7 lines
235 B
Markdown
7 lines
235 B
Markdown
|
# 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>
|
||
|
```
|