- Kali Linux Network Scanning Cookbook(Second Edition)
- Michael Hixon Justin Hutchens
- 81字
- 2021-07-09 20:36:11
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
![](https://epubservercos.yuewen.com/B47322/19470409201646106/epubprivate/OEBPS/Images/Screenshot-from-2017-04-11-10-09-13-1024x553.png?sign=1739378737-61YsikHy94rOOPTxTjrm5Ynbo4eoT9Nt-0-72ee89a28e05233df24a3766b4e890c4)