天天看點

sylkie - IPv6網絡中的安全欺騙

版權聲明:轉載請注明出處:http://blog.csdn.net/dajitui2024 https://blog.csdn.net/dajitui2024/article/details/79396446

參考:

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界面。