How To Get A Full DNS Zone Transfer

Published Date Author: , 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

No comments as yet.

Leave Your Comment  Leave a comment

All fields marked with "*" are required.