1

Is there any way to query a dns server to find out all the domains it is the authoritative server? [all domains it has configured?]

(I can use dig or any other tool)

AlfaTeK
  • 275

1 Answers1

7

Is there any way to query a dns server to find out all the domains it is the authoritative server?

Short of doing millions and millions of queries in a brute-force style, no there is no way to do this.

If you know one of the domains, and if they have enabled axfr for your IP, you can get a list of records for a single domain.

EEAA
  • 110,608