Remote Procedure Call
https://github.com/p0dalirius/microsoft-rpc-fuzzing-tools
Check for null authentication:
$ rpcclient -N 127.0.0.1
With user creds:
$ rpcclient -U 'snovvcrash%Passw0rd!' 127.0.0.1
Last updated 2 years ago