HOME>>>>>>>>>

File broadcast-pim-discovery

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

User Summary

Discovers routers that are running PIM (Protocol Independent Multicast).

This works by sending a PIM Hello message to the PIM multicast address 224.0.0.13 and listening for Hello messages from other routers.

Script Arguments

broadcast-pim-discovery.timeout

Time to wait for responses in seconds. Defaults to 5s.

max-newtargets, newtargets

See the documentation for the target library.

Example Usage

执行格式

nmap --script broadcast-pim-discovery

nmap --script broadcast-pim-discovery -e eth1 
 --script-args 'broadcast-pim-discovery.timeout=10'

Script Output

Pre-scan script results:
| broadcast-pim-discovery: 
|   172.16.0.12
|   172.16.0.31
|   172.16.0.44
|_  Use the newtargets script-arg to add the results as targets

Requires


Author: Hani Benhabiles

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