1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-25 17:09:02 +00:00

Better docs for targets-ipv6-* scripts.

This commit is contained in:
david
2011-09-02 04:11:06 +00:00
parent c497fb37a7
commit 64722d1b7b
3 changed files with 29 additions and 5 deletions

View File

@@ -1,6 +1,11 @@
description = [[
Multicast invalid destination options ping.
Do a very fast host discovery on link-local IPv6 network.
Multicast invalid packet host discovery.
This script works by sending an ICMPv6 packet with an invalid extension header
to the all-nodes link-local multicast address, <code>ff02::1</code>. Some hosts
will respond to this probe with an ICMPv6 Parameter Problem packet. This script
can discover hosts reachable on an interface without needing to individually
ping each address.
]]
---