DNS 53
Nmap Enumeration
Basic Scan for DNS
nmap -p 53 <target_range> -vv -oA dns.txtFinding the DNS Server
Using nslookup
nslookupnslookup <hostname> <dns_server_ip>Using dig
digdig @<dns_server_ip> <hostname>dig -x <ip_address> +shortForward Lookup Bruteforce
Using dnsrecon
dnsreconUsing dnsmap
dnsmapUsing host
hostAutomating Forward Lookups with Bash
Reverse Lookup Bruteforce
Using Bash
Using dnsrecon
dnsreconDNS Zone Transfers
Using host
hostUsing dnsrecon
dnsreconUsing dnsenum
dnsenumCommon Use Cases
Custom Wordlists
Last updated