How To Get A Full DNS Zone Transfer
erics, Posted November 29th, 2010 at 7:19:18pm
To see all the records in a domain, use the ANY
keyword with the dig
command:
dig @your.dns.server. yourDomain.com. ANY
Commands for full DNS zone transfer of a domain:
nslookup -query=axfr domain server
dig -t axfr domain @server
host -t axfr domain server
Leave Your Comment
All fields marked with "*" are required.