HOME>>>>>>>>>

File broadcast-rip-discover

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

User Summary

Discovers hosts and routing information from devices running RIPv2 on the LAN. It does so by sending a RIPv2 Request command and collects the responses from all devices responding to the request.

Script Arguments

broadcast-rip-discover.timeout

timespec defining how long to wait for a response. (default 5s)

Example Usage

执行格式

nmap --script broadcast-rip-discover

Script Output

Pre-scan script results:
| broadcast-rip-discover: 
| Discovered RIPv2 devices
|   10.0.200.107
|     ip           netmask        nexthop       metric
|     10.46.100.0  255.255.255.0  0.0.0.0       1
|     10.46.110.0  255.255.255.0  0.0.0.0       1
|     10.46.120.0  255.255.255.0  0.0.0.0       1
|     10.46.123.0  255.255.255.0  10.0.200.123  1
|     10.46.124.0  255.255.255.0  10.0.200.124  1
|     10.46.125.0  255.255.255.0  10.0.200.125  1
|   10.0.200.101
|     ip       netmask  nexthop     metric
|_    0.0.0.0  0.0.0.0  10.0.200.1  1

Requires


Author: Patrik Karlsson

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