Exploiting Network Shares

Command:

showmount -e 10.129.2.12

Description: Show the NFS export list.

Command:

sudo mount -t nfs 10.129.2.12:/tmp /mnt

Description: Mount an NFS share locally.

Last updated