Credit to Roxana Kovaci (https://twitter.com/RoxanaKovaci) and her SteelCon IPv6 workshop
ping6 <IPv6>(ooptional:% <Interface to go out from>)
root@kali:~/# ping6 dead:beef:0000:0000:0250:56ff:feb9:ec70
PING dead:beef:0000:0000:0250:56ff:feb9:ec70(dead:beef::250:56ff:feb9:ec70) 56 data bytes
64 bytes from dead:beef::250:56ff:feb9:ec70: icmp_seq=1 ttl=63 time=32.5 ms
64 bytes from dead:beef::250:56ff:feb9:ec70: icmp_seq=2 ttl=63 time=40.5 ms
^C
--- dead:beef:0000:0000:0250:56ff:feb9:ec70 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 3ms
rtt min/avg/max/mdev = 32.458/36.465/40.473/4.012 ms
nmap -6 –e enp0s3 –vv -F -sV –iL ipv6_hosts.txt
nmap -6 IPv6-Address-Here
nmap -6 server1.cyberciti.biz
nmap -6 2607:f0d0:1002:51::4
nmap -v A -6 2607:f0d0:1002:51::4
tcpdump filter icmpv6 router advertisement
or
dump_router6 //THC IPV6 tool
root@kali:~/ # ssh -6 loki@dead:beef:0000:0000:0250:56ff:feb9:a37d
The authenticity of host 'dead:beef::250:56ff:feb9:a37d (dead:beef::250:56ff:feb9:a37d)' can't be established.
ECDSA key fingerprint is SHA256:deaxXTK7ORthfGcKdblPRUmgNrU20oclqMbwVj3hzYI.Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'dead:beef::250:56ff:feb9:a37d' (ECDSA) to the list of known hosts.
loki@dead:beef::250:56ff:feb9:a37d's password:
http://[fe80::20c:29ff:fe69:c4e5%eth0]:8888/index.html
curl -g -6 ”http://[fe80::a00:27ff:fe33:498e%eth0]:8080/test.txt“ -o test.txt
Note: Consider using Enyx (https://github.com/trickster0/Enyx)
ssh -6 user@fe80::30a8:9d3d:3842:8593%eth0