上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