![Kali Linux Network Scanning Cookbook(Second Edition)](https://wfqqreader-1252317822.image.myqcloud.com/cover/179/36701179/b_36701179.jpg)
上QQ阅读APP看书,第一时间看更新
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=1738885087-G6x3QJmcI8hIghZgOz1uDtcBTipYLAAC-0-87d7299c71329cf7653ee653959ee077)