RPCbind / Portmapper

Get a list of services being mapped:

rpcinfo <IP> | awk '{ print $5 }' | sort -u
nmap -sSUC -p 111 <IP>

NFS

If NFS is on the list then it may be possible to view shared files. It may even be possible to upload files. Check out NFS.

Last updated

Was this helpful?