Port 53 - DNS
Nmap:
nmap --script=dns-zone-transfer -p 53 ns2.megacorpone.com
Dig:
nslookup
Forward Lookup Brute Force
Reverse Lookup Brute Force
(Useful if a range was found and it's possible there are hostnames within that range that are not on your wordlist from the forward lookup)
DNS Zone Transfer:
(This makes a copy of the DNS file and should never be allowed, so it represents a severe misconfiguration)
host -l megacorpone.com ns2.megacorpone.com
Last updated