Nmap Development mailing list archives

Re: NSEC Enumeration script


From: John Bond <john.r.bond () gmail com>
Date: Wed, 16 Feb 2011 00:27:48 +0100

This previous script wasn't enumerating everything.  I belive this is
now fixed.  i have also improved the way i enumerate i had tried to
over complicate things previously. I also updated to use
stdnse.get_script_args.  run as follows
nmap -sU -p53 -d -v --script ./dns-nsec-enum.nse --script-args
dns-nsec-enum.domains={example.com} 193.0.0.195 -PN

dns-nsec-enum.resolveAll is now off by default so use the following to
enable it but bear in mind this is a big bottelneck not worked out why
yet.
nmap -sU -p53 -d -v --script ./dns-nsec-enum.nse --script-args
'dns-nsec-enum.domains={example.com},dns-nsec-enum.resolveAll'
193.0.0.195 -PN

Attachment: dns-nsec-enum.nse
Description:

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

Current thread: