Port 111 (RPCBIND)

NMAP

sudo nmap 10.129.14.128 -p111,2049 -sV -sC
sudo nmap --script nfs* 10.129.14.128 -sV -p111,2049

RPCBind + NFS

If you find the service NFS then probably you will be able to list and download(and maybe upload) files:

Mounting

To know which folder has the server available to mount you an ask it using:

Then mount it using:

Example:

Unmounting

Last updated