Skip to content

Latest commit

 

History

History
executable file
·
13 lines (9 loc) · 329 Bytes

rpc_enumeration.md

File metadata and controls

executable file
·
13 lines (9 loc) · 329 Bytes

RPC Enumeration (Remote Procedure Call)

Connect to an RPC share without a username and password and enumerate privileges

rpcclient --user="" --command=enumprivs -N $ip

Connect to an RPC share with a username and enumerate privileges

rpcclient --user="" --command=enumprivs $ip