> For the complete documentation index, see [llms.txt](https://d4rk1337.gitbook.io/the-pentesters-cheat-sheet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://d4rk1337.gitbook.io/the-pentesters-cheat-sheet/services/tcp/tcp-135-msrpc.md).

# TCP 135: MSRPC

> Remote Procedure Call (RPC) port 135 is used in client\_server applications (might be on a single machine) such as Exchange clients, the recently exploited messenger service, as well as other Windows NT/2K\_XP software. If you have remote users who VPN into your network, you might need to open this port on the firewall to allow access to the Exchange server.
>
> \-- [*Wikipedia*](https://en.wikipedia.org/wiki/Microsoft_RPC)

## Related

* [Impacket](/the-pentesters-cheat-sheet/misc/impacket.md)

## Enumeration

```bash
nmap --script=msrpc-enum <ip>
```
