Tagged Questions
-2
votes
3answers
1k views
Which tool (apart from nmap) can I use to scan a range of IPv6 addresses? [closed]
When I try to use nmap:
# nmap -sP -6 FE80::1-234
[...]
Failed to resolve given IPv6 hostname/IP: FE80::1-234. Note that you can't use '/mask' or '[1-4,7,100-]' style ranges for IPv6.[...]
What ...