🛠️NFS
Theory
Practice
Enumerate mountable directories.
showmount -e <TARGET_IP>
/ * -> means that the root directory is shared to everyone on the network
/ <IP> -> means that the root directory is shared with <IP>Mounting directories.
mkdir /tmp/local_directory
mount -t nfs <IP>:/directory /tmp/infosecExploiting NFS weak permissions
no_root_squash
Resources
Last updated
Was this helpful?