PORT 2049/tcp - NFS
Enumeration
showmount -e <IP>Mounting the folder
mount -t nfs [-o vers=2] <IP>:<NFS_FOLDER> <LOCAL_FOLDER> -o nolockConfiguration
$ cat /etc/exports
/var/nfsshare *(rw,sync,root_squash,no_all_squash)
/opt *(rw,sync,root_squash,no_all_squashImpersonate a User (No Root)
References
Last updated