Script broadcast-rip-discover
Script types:
prerule
Categories:
broadcast, safe
Download: https://svn.nmap.org/nmap/scripts/broadcast-rip-discover.nse
Script 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:
License: Same as Nmap--See https://nmap.org/book/man-legal.html