135 - MSRPC
Microsoft RPC is a modified version of DCE/RPC.
TCP 135 is the Endpoint Mapper and Component Object Model (COM) Service Control Manager.
Enumeration
Nmap
Queries an MSRPC endpoint mapper for a list of mapped services and displays the gathered information.
rpcdump.py
rpcdump.py from Impacket that will show these mappings of RPC
for unauthenticated RPC mapping use:
python3 rpcdump.py '':''@10.10.10.213
rpcmap.py
rpcmap.py from Impacket that will show these mappings of RPC
IOXIDResolver
IOXIDResolver could be used to obtain information on other interfaces from RPC mapping
Last updated