Linux command
thc-ipv6 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Scan for alive IPv6 hosts
atk6-alive6 [eth0]
Trace route to IPv6 host
atk6-trace6 [eth0] [target]
Convert MAC address
atk6-address6 [00:11:22:33:44:55]
Flood target with router advertisements
atk6-flood_router6 [eth0] [target]
Spoof neighbor advertisements
atk6-parasite6 [eth0]
Announce as a fake router
atk6-fake_router6 [eth0] [network/64]
Test known IPv6 vulnerabilities
atk6-exploit6 [eth0] [target]
说明
thc-ipv6 is a toolkit for testing IPv6 and ICMPv6 protocol weaknesses. It contains various tools for network reconnaissance, denial of service, man-in-the-middle attacks, and vulnerability testing on IPv6 networks. On Debian-based systems, tools are prefixed with atk6- (e.g., atk6-alive6). Each tool has its own options; run with -h for help. The toolkit exploits features of IPv6 that differ from IPv4, including neighbor discovery, router advertisements, and multicast. The library thc-ipv6-lib.c enables custom tool development with minimal code for crafting IPv6/ICMPv6 packets. Environment variables THC_IPV6_PPPOE and THC_IPV6_6IN4 configure tunnel support.
FAQ
What is the thc-ipv6 command used for?
thc-ipv6 is a toolkit for testing IPv6 and ICMPv6 protocol weaknesses. It contains various tools for network reconnaissance, denial of service, man-in-the-middle attacks, and vulnerability testing on IPv6 networks. On Debian-based systems, tools are prefixed with atk6- (e.g., atk6-alive6). Each tool has its own options; run with -h for help. The toolkit exploits features of IPv6 that differ from IPv4, including neighbor discovery, router advertisements, and multicast. The library thc-ipv6-lib.c enables custom tool development with minimal code for crafting IPv6/ICMPv6 packets. Environment variables THC_IPV6_PPPOE and THC_IPV6_6IN4 configure tunnel support.
How do I run a basic thc-ipv6 example?
Run `atk6-alive6 [eth0]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more thc-ipv6 examples?
This page includes 7 examples for thc-ipv6, plus related commands for nearby Linux tasks.