HOME>>>>>>>>>

File targets-ipv6-multicast-mld

脚本使用类型: prerule
脚本所属分类: discovery, broadcast
脚本下载地址: http://nmap.org/svn/scripts/targets-ipv6-multicast-mld.nse

User Summary

Attempts to discover available IPv6 hosts on the LAN by sending an MLD (multicast listener discovery) query to the link-local multicast address (ff02::1) and listening for any responses. The query's maximum response delay set to 0 to provoke hosts to respond immediately rather than waiting for other responses from their multicast group.

Script Arguments

targets-ipv6-multicast-mld.interface

Interface to send on (overrides -e)

targets-ipv6-multicast-mld.timeout

timeout to wait for responses (default: 10s)

max-newtargets, newtargets

See the documentation for the target library.

Example Usage

执行格式

nmap -6 --script=targets-ipv6-multicast-mld.nse --script-args 'newtargets,interface=eth0' -sP

Pre-scan script results:
| targets-ipv6-multicast-mld: 
|   IP: fe80::5a55:abcd:ef01:2345  MAC: 58:55:ab:cd:ef:01  IFACE: en0
|   IP: fe80::9284:0123:4567:89ab  MAC: 90:84:01:23:45:67  IFACE: en0
|   
|_  Use --script-args=newtargets to add the results as targets

Requires


Author: niteesh

License: VER007 整理 http://www.ver007.com