1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +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,10 @@
description = [[
Multicast echo ping.
Do a very fast host discovery on link-local IPv6 network.
This script works by sending an ICMPv6 Echo Request packet to the all-nodes
link-local multicast address, <code>ff02::1</code>. It can discover all hosts
responding to echo on an interface, without needing to individually ping each
address.
]]
---