2049 - NFS
$ nmap --script=nfs-ls.nse,nfs-showmount.nse,nfs-statfs.nse -p 2049 {IP}
$ showmount -e <IP>
$ mount -t nfs [-o vers=2] <ip>:<remote_folder> <local_folder> -o nolockInteresting files
$ /etc/exports
$ /etc/lib/nfs/etabDangerous settings
Last updated