Nmap Development mailing list archives

Re: [NSE] mrinfo.nse


From: Henri Doreau <henri.doreau () gmail com>
Date: Sat, 4 Aug 2012 00:38:37 +0200

2012/7/31 Hani Benhabiles <kroosec () gmail com>:
Hi list,

description = [[
Queries a target router for multicast information.

This works by sending a DVMRP Ask Neighbors 2 request to the target and
listening for the DVMRP Neighbors 2 response that contains
local addresses and the multicast neighbors on each one.

]]


---
-- @args mrinfo.timeout Time to wait for a response in seconds.
-- Defaults to <code>5</code> seconds.
--
--@usage
-- nmap --script mrinfo <target>
--
--@output
-- Host script results:
-- | mrinfo:
-- |   Version 12.4
-- |   Local address: 192.168.2.2
-- |     Neighbor: 192.168.2.4
-- |     Neighbor: 192.168.2.3
-- |   Local address: 192.168.13.1
-- |     Neighbor: 192.168.13.3
-- |_  Use the newtargets script-arg to add the results as targets

Tests and feedback are welcome.

Cheers,
Hani.

Hi Hani,

this script looks good to me, please commit.

-- 
Henri
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/


Current thread: