killchain-compendium/Exploits/DNS/Zone Transfer.md

7 lines
235 B
Markdown
Raw Normal View History

2022-11-13 22:38:01 +01:00
# DNS Zone Transfer
Relies on misconfiguration of the zone's master. Just query a domain from the master, if possible. Results in a disclosure of subdomains and all records previously made.
```sh
drill axfr test.com @<master-DNS>
```