- Kali Linux Network Scanning Cookbook(Second Edition)
- Michael Hixon Justin Hutchens
- 81字
- 2025-03-01 10:49:57
Standard DNS enumeration
A standard DNS enumeration should provide us with SOA, NS, A, AAAA, MX, and SRV records, as available. If we run dnsrecon without passing the type (-t) flag, it will run a standard enumeration. To pass the domain we want the scan to run against, we use the domain (-d) flag followed by our target domain. To run a standard enumeration against our target domain, google.com, run the following command:
dnsrecon -d google.com
