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 other tool can I use?
|
When I try to use nmap:
What other tool can I use? |
|||||||||||
|
Questions on IT Security Stack Exchange are expected to relate to IT security within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
There was an interesting presentation from Metasploit on this recently (blog post is here) From that there are a number of techniques that nmap can use to identify IPv6 hosts on the local network which could be of use to you Scanning your local subnet for all IPv6-enabled systems in one shot:
Port scanning the top 10000 ports on these assets:
|
|||||
|
|
Using nmap Write a short script to generate the IPv6 range you want to scan, then pass that to nmap using
IPv6 Target File For the script (if you need help with this part) do a for loop:
The only limit I see with this setup, is that you will have to calculate the appropriate ip range, which might not be simple, depending on the network design. |
|||
|
|
You can use THC-IPv6 as well. |
|||
|
|