111 - NFS
Network File System
NFS is a distributed file system protocol for sharing over a network. Often used with UNIX operating systems and is predominantly insecure in its implementation. Portmapper and RPCbind both listen on port 111 and redirects clients to appropriate ports, often TCP 2049.
Scan with nmap or use NSE scripts to locate NFS shares
Enumeration
Mounting shares
If files aren't readable, you may be able to create a new user, then use sed to change the UUID of the user to match the requirements (su username)
Last updated