- NMAP DNS Hostnames Lookup
host -t ns [megacorpone.com](http://megacorpone.com/)
- Reverse Lookup Brute Force - find domains in the same range
for ip in $(seq 155 190);do host 50.7.67.$ip;done |grep -v "not found"
dig a [domain-name-here.com](http://domain-name-here.com/) @nameserver
dig mx [domain-name-here.com](http://domain-name-here.com/) @nameserver
- Perform Zone Transfer with DIG
dig axfr [domain-name-here.com](http://domain-name-here.com/) @nameserver
- Windows DNS zone transfer
nslookup -> set type=any -> ls -d [blah.com ](http://blah.com/)
dig axfr [blah.com](http://blah.com/) @[ns1.blah.com](http://ns1.blah.com/)
dnsrecon -d TARGET -D /usr/share/wordlists/dnsmap.txt -t std --xml ouput.xml
- Dnsrecon DNS List of megacorp
dnsrecon -d [megacorpone.com](http://megacorpone.com/) -t axfr