DNS
Domain Name System - Port 53
Enumeration
Resolve the IP with nslookup
Start nslookup
nslookupSpecify the
DNSserver:
server 10.10.10.10Now, query for the given IP address, looking up its
DNSrecords:
10.10.10.10Check Transfer Zones
If
DNSis running overTCPtry a zone transfer:
dig axfr HOST.NAME @10.10.10.29Bruteforce DNS Hostname
nmap -Pn -script=dns-brute domain.comWhois Query
By nmap
nmap -script whois* domain.comBanner Grab
nmap -n -p<PORT> --script dns-nsid <IP>Last updated