Answer the question
In order to leave comments, you need to log in
How to scan IPv6 for hosts?
nmap --iflist
Starting Nmap 7.25BETA1 ( https://nmap.org ) at 2016-10-09 21:42 UTC
************************INTERFACES************************
DEV (SHORT) IP/MASK TYPE UP MTU MAC
lo (lo) 127.0.0.1/8 loopback up 65536
lo (lo) ::1/128 loopback up 65536
wlan0 (wlan0) 192.168.43.216/24 ethernet up 1500 74:E5:43:9A:81:3D
wlan0 (wlan0) fe80::4f7c:16b4:b3c1:cb37/64 ethernet up 1500 74:E5:43:9A:81:3D
eth0 (eth0) (none)/0 ethernet up 1500 04:7D:7B:F9:ED:F9
eth0 (eth0) fe80::e0d4:b589:a476:4051/64 ethernet up 1500 04:7D:7B:F9:ED:F9
**************************ROUTES**************************
DST/MASK DEV METRIC GATEWAY
192.168.43.0/24 wlan0 600
0.0.0.0/0 wlan0 600 192.168.43.1
::1/128 lo 0
fe80::4f7c:16b4:b3c1:cb37/128 lo 0
fe80::e0d4:b589:a476:4051/128 lo 0
fe80::/64 wlan0 256
fe80::/64 eth0 256
ff00::/8 wlan0 256
ff00::/8 eth0 256
Answer the question
In order to leave comments, you need to log in
You only have LL addresses, what are you going to scan? Let me explain, you do not have a normal ipv6 network and addressing on the interface.
If ff02::1%ifname does not respond to ping6, then scanning the IPv6 network is problematic. If the switch used EUI-64, then you can generate a link-local address from the MAC ( calc ). Well, or as a last resort, when enabled, it should send ICMPv6 notifications to prevent possible address conflicts, and this notification can be caught by a sniffer.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question