killchain-compendium/exploit/dns/zone_transfer.md

7 lines
235 B
Markdown
Raw Normal View History

2021-11-06 23:40:23 +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>
```