killchain-compendium/enumeration/docs/dns.md

12 lines
191 B
Markdown
Raw Normal View History

2022-03-19 23:39:17 +01:00
# DNS
## Subdomain Enumeration
* Get all the info via
```sh
dig @$TARGET_DNS $DOMAIN axfr
drill @$TARGET_DNS $DOMAIN axfr
```
* [subrake](https://github.com/hash3liZer/Subrake.git)