Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

Latest commit

 

History

History
28 lines (19 loc) · 410 Bytes

File metadata and controls

28 lines (19 loc) · 410 Bytes

135 - RPC

Enumeration

nmap -n -v -sV -Pn -p 135 --script=msrpc-enum 192.168.1.10 

rpcclient

rpcclient -U user $targetip
rpcclient -U "" $targetip

rpcdump.py

Part of the impacket suite, useful for enumerating RPC

/opt/impacket/examples/rpcdump.py username:password@target-ip

lookupsid.py

/opt/impacket/examples/lookupsid.py username:password@target-ip