111 - rpcbind
Introduction
Port: 111 (TCP)
Remote Procedure Call (RPC) is an inter-process communication technique to allow client and server software to communicate on a network. Rpcbind accepts port reservations from local RPC services. These ports are then made available so the corresponding remote RPC services can access them. Then, the rpcbind service responds to requests for RPC services and sets up connections to the requested RPC service. For instance, NFS is an RPC service.
Enumeration
Enumerating port 111, you can find Network File System (NFS) mounts, therefore you can access the machine's internal file system.
In order to list the mounts available you can use showmount.
Then, you can mount the shared folder on your machine.
References
Last updated