Nmap Development mailing list archives
[NSE] add new targets to Nmap with dns-zone-transfer
From: Djalal Harouni <tixxdz () gmail com>
Date: Thu, 9 Sep 2010 20:55:27 +0100
Hi list, Attached is a modified version of dns-zone-transfer script, which lets you to add new discovered targets form axfr queries to Nmap scan queue. test: ./nmap -sP --datadir . --script scripts/dns-zone-transfer.nse --script-args="dnszonetransfer.server=MENAIK.CS.ualberta.ca,dnszonetransfer.domain=ualberta.ca,newtargets" ... Pre-scan script results: | dns-zone-transfer: | Domains Added Targets | Node Names 152 | | DNS Record Added Targets | A 32 | MX 9 | NS 4 | SOA 1 | CNAME 160 |_Total new targets added to Nmap scan queue: 358. Notes on the script: * CNAMES RDATA results are not ignored any more (but I don't know why they were ignored before). * There is a new script argument 'dnszonetransfer.allips' which lets you to add non-routable IP addresses to the scan queue, they are skipped by default. * Currently all axfr results are added (nodes and rdata results). * The script does not use the dns.lua library for DNS packets. Pls test the script in the prerule and portrule modes and give us some feedbacks, thx. -- tixxdz
Attachment:
dns-zone-transfer.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:
- [NSE] add new targets to Nmap with dns-zone-transfer Djalal Harouni (Sep 09)
- Re: [NSE] add new targets to Nmap with dns-zone-transfer David Fifield (Sep 27)
