参考:
1、https://howucan.gr/scripts-tools/2378-sylkie-spoofing-security-vulnerabilities-in-ipv6-networks
2、https://github.com/dlrobertson/sylkie
用于测试网络的命令行工具和库,用于通过使用邻居发现协议的IPv6网络中的公共地址欺骗安全漏洞。
依赖包:
https://github.com/seccomp/libseccomp
https://github.com/json-c/json-c
cd /tmp
git clone https://github.com/dlrobertson/sylkie
cd ./sylkie
mkdir -p ./build
cd ./build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
make install
详细使用参考github界面。