IPV6
Host enum:
#ping6
ping6 -c2 -I eth1 ff02::1
#nmap scan host
nmap -6 -e eth1 -sSVC -F fe80::217:f2ff:fe0f:5d19
#msfconsole
msf > use auxiliary/scanner/discovery/ipv6_neighbor_router_advertisement
msf auxiliary(ipv6_neighbor_router_advertisement) > set INTERFACE eth1
msf auxiliary(ipv6_neighbor_router_advertisement) > run# nmap
nmap -6 -T4 -Pn -open -sS -A -oA ipv6_tcp_fast -iL targets.txt
nmap -6 -T4 -Pn -open -sSVC -A –p0-65535 -oA ipv6_tcp_full -iL targets.txt
nmap -6 -T4 -Pn -open -sY –p0-65535 -oA ipv6_sctp -iL targets.txt
nmap -6 -T3 -Pn -open -sU -oA ipv6_udp -iL targets.txt
# hping
hping3 --scan known -S 192.185.5.1Message
ICMP v6 type
Description
Last updated