DNS Enumeration
DNS Entries
Entry
Description
Enumeration
host -t <record_type> <domain_name>nslookup -type=<record_type> <Domain_name> <ns_server>for ip in $(cat <wordlist>); do host $ip.<domain_name>; done | grep -v "not found"References
Last updated
