Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

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