RPC

Remote Procedure Call

Tools

rpcclient

Check for null authentication:

$ rpcclient -N 127.0.0.1

With user creds:

$ rpcclient -U 'snovvcrash%Passw0rd!' 127.0.0.1

Last updated