> For the complete documentation index, see [llms.txt](https://pentest.mxhx.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pentest.mxhx.org/03-getting-in/rpc.md).

# rpc

* msrpc
* <https://www.blackhillsinfosec.com/password-spraying-other-fun-with-rpcclient/>

```
rpcclient -U "" -N 10.x.x.x
rpcclient -U james 10.x.x.x 
rpcclient $> lookupnames james james S-1-5-21-4220043660-4019079961-2895681657-1103 (User: 1)


```
