Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

RPC - Remote Procedure Call

rpcclient

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

rpcclient --user="" --command=enumprivs -N 172.20.10.5

Connect to an RPC share with a username and enumerate privledges

rpcclient --user="<Username>" --command=enumprivs 172.20.10.5

rpcinfo