Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 329 Bytes

File metadata and controls

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