-
Enumeration Mandatory Get a list of registered programs via rpcbind/v2 (previous portmapper!):rpcinfo -p $target Get a list of registered programs via rpcbind/3:rpcinfo -s $target If successful: Connect with the RPC console:rpcclient -U "" $target Enumerate with the queries on the RPC protocol post. Optional Try to brute-force accounts (no lock here!) Try other enumeration tools from the…
-
tcp/135 udp/135 — and as (Microsoft) Remote Procedure Call on tcp/593 as web service. Enumeration Obtain general information # rpcinfo -p $target # rpcinfo -s $target Connect. Hint: auto completion works; enum<tab> returns all enum commands. rpcclient -U "" $target Enumerate through all API endpoints with one of the following options. python /usr/local/bin/rpcdump.py $target |…