> For the complete documentation index, see [llms.txt](https://n000b3r.gitbook.io/oscp-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://n000b3r.gitbook.io/oscp-notes/services/111-sun-rpc.md).

# (111) SUN RPC

* A mean for determining the ports that are running other services on the machine (aka portmapper).

<details>

<summary>Rpcinfo</summary>

```bash
rpcinfo -s 10.11.1.72
```

* `/s` to provide compact results

</details>
