> 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/etc/tools/ldap-search.md).

# LDAP Search

<pre class="language-bash"><code class="lang-bash"><strong># 익명 기반의 쿼리 전송
</strong>ldapsearch -x -H ldap://10.0.2.10 -s base 

<strong># 사용자 계정 기반의 쿼리 전송
</strong>ldapsearch -x -H ldap://10.0.2.10 -D 'wiki@pentest.local' -w 'Password123!' -b 'DC=pentest,DC=local'
</code></pre>
