thc-ipv6 安裝

根據 readme

執行 apt-get install libpcap-dev libssl-dev libnetfilter-queue-dev 安裝相關套件

下載 thc-ipv6-master.zip , 然後解壓縮

( 到此下載 https://github.com/vanhauser-thc/thc-ipv6/ )

進到 thc-ipv6-master 目錄下執行 make all

好了後輸入 make install

 


  

fragmentation6

fragmentation6 目前有 33 個 test case , 版本是 v3.5-dev 2018

測試前請將 thc 接在 IAD LAN

 

fragmentation6-1.png

 

// 執行全部 test case

fragmentation eth0 2001:4860:4860::8888

 

fragmentation6-2.png

 

// 只執行 test case 1

fragmentation eth0 2001:4860:4860::8888

 

// 每個 test case 執行 2 次

fragmentation -n 2 eth0 2001:4860:4860::8888

 

參數說明

-f : 只能用在特定 test case , 不能和 -n 一起用

-n : 每個 test case 要執行幾次

 


 

fuzz_ip6

此工具有多個 option 可以使用 , 請看下圖

 

fuzz_ip6.png

 

使用範例如下

fuzz_ip6 -0 -x -X -S eth0 ff02::1

fuzz_ip6 -0 -x -X -J eth0 ff02::1

fuzz_ip6 -0 -x -I -F eth0 ff02::1

fuzz_ip6 -0 -x -I -H eth0 ff02::1

 

實用網站

https://github.com/vanhauser-thc/thc-ipv6/

 


 

parasite6

此工具可以用來回覆假的 NA , 導致 ipv6 網路不通

 

parasite6.png

 

parasite6 啟動後就會送假的 NA 封包

下圖中的

Spoofed packet to 2001:b021:34:301:fdca:ac71:6055:eb42 as fe80::210:18ff:fe00:0

2001:b021:34:301:fdca:ac71:6055:eb42 代表 NA 的 destination

fe80::210:18ff:fe00:0 代表 NA 的 target address

 

parasite6-1.png

 

參數說明  

-l : 每 5 秒鐘發送一次假的 NA

 

待續

看完文章請按 讚 or 推 , 感謝啦 ~ 

相關文章