2049 - Pentesting nfs
NFS (Network File System) is a protocol for file sharing between computers over a network. It allows a computer to access files on another computer as if they were on its own local hard drive. NFS was developed by Sun Microsystems in the 1980s and is now maintained by the Internet Assigned Numbers Authority (IANA).
nmap
nmap -p 2049 --script=nfs-ls $IP
nmap -p 2049 --script=nfs-showmount $IP
nmap -p 2049 --script=nfs-statfs $IP
showmount
To know which folder has the server available to mount you an ask it using
Then mount it using