# Active Subdomain Enumeration

<table data-header-hidden><thead><tr><th width="360"></th><th></th></tr></thead><tbody><tr><td><strong>Recurso/Comando</strong></td><td><strong>Descrição</strong></td></tr><tr><td><code>HackerTarget</code></td><td><a href="https://hackertarget.com/zone-transfer/">https://hackertarget.com/zone-transfer/</a></td></tr><tr><td><code>SecLists</code></td><td><a href="https://github.com/danielmiessler/SecLists">https://github.com/danielmiessler/SecLists</a></td></tr><tr><td><code>gobuster dns -q -r "${NS}" -d "${TARGET}" -w "${WORDLIST}" -p ./patterns.txt -o "gobuster_${TARGET}.txt"</code></td><td>Força bruta de subdominios.</td></tr></tbody></table>

**Força bruta de subdominios com o `dnsenum`**

```bash
dnsenum example.com -f subdomains.txt
```
