Nmap Development mailing list archives

[nse] dns-srv-enum stuff


From: Vasiliy Kulikov <segooon () gmail com>
Date: Tue, 24 Jan 2012 21:01:50 +0400

Hi,

1) dns-srv-enum.nse misses "client 2 server" SRV type.
I think it should contain the following:

        { name = "XMPP s2s", query = {"_xmpp-server._tcp"} }
        { name = "XMPP c2s", query = {"_xmpp-client._tcp"} }

2) It is rather inconvenient to type "dns-srv-enum.domain=" twice - as
a target and as a script argument.  Probably it should default to the target(s)?

3) Is it possible to automatically add discovered targets AND discovered ports
with newtargets?  At least it would be possible to automatically (in one run)
scan XMPP servers (without runtime added ports) if they have default ports this way:

        nmap --script=dns-srv-enum --script-args=newtargets,dns-srv-enum=example.com -p 5222,5269

Thanks,

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


Current thread: