1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-04 05:39:01 +00:00

Add @output to targets-ipv6-multicast-*.

This commit is contained in:
david
2011-10-07 09:51:09 +00:00
parent 705590ef47
commit 2a696bc6ef
3 changed files with 15 additions and 0 deletions

View File

@@ -7,6 +7,11 @@ on a LAN without needing to individually ping each IPv6 address.
---
-- @usage
-- ./nmap -6 --script=targets-ipv6-multicast-echo.nse --script-args 'newtargets,interface=eth0' -sL
-- @output
-- Pre-scan script results:
-- | targets-ipv6-multicast-echo:
-- | IP: 2001:0db8:0000:0000:0000:0000:0000:0001 MAC: 11:22:33:44:55:66 IFACE: eth0
-- |_ Use --script-args=newtargets to add the results as targets
-- @args newtargets If true, add discovered targets to the scan queue.
-- @args targets-ipv6-multicast-echo.interface The interface to use for host discovery.