> 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/139-445-smb.md).

# 139/445 - smb

<pre class="language-bash"><code class="lang-bash"><strong># 익명 로그인 
</strong>nxc smb '&#x3C;server-address>' -u '' -p ''

<strong># Guest 로그인
</strong>nxc smb '&#x3C;server-address>' -u 'Guest' -p 'Guest'

<strong># rid-cycling
</strong>nxc smb '&#x3C;server-address>' -u '&#x3C;username>' -p '&#x3C;password>' --rid-brute 10000
</code></pre>
