> For the complete documentation index, see [llms.txt](https://www.pentestwiki.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.pentestwiki.com/post-exploit/protocols/53-dns.md).

# 53 - dns

<pre class="language-bash"><code class="lang-bash"><strong># Zone 전송을 통한 DNS 데이터베이스 획득
</strong>dig axfr @&#x3C;IP> &#x3C;Domain>

<strong># 서브도메인 스캔
</strong>dnsenum --dnsserver '&#x3C;ip-address>' -f '&#x3C;subdomain-file>' '&#x3C;domain>'
</code></pre>
