111 - RPC
Remote Procedure Call (RPC) is a protocol that one program can use to request a service from a program located in another computer on a network without having to understand the network's details.
rpcclient
rpcclient -U "" $TARGET
RPCinfo
rpcinfo –p x.x.x.x
Rpcdump
https://github.com/SecureAuthCorp/impacket/blob/master/examples/rpcdump.py
/opt/impacket/examples/rpcdump.py username:password@target-ip
Last updated