111 / 2049 - NFS
Overview
Network scan and mount points enumeration
nmap -v -p 111,2049 -sV --script=nfs-showmount.nse -oA nmap_nfs <RANGE | CIDR | HOSTNAME | IP>
msf> use auxiliary/scanner/nfs/nfsmount
showmount --exports <HOSTNAME | IP>Mount shares
mkdir /tmp/NFS_SHARE
mount -t nfs <HOSTNAME | IP>:<SHARE> /tmp/NFS_SHARE
# Confirm the mounted share
df -k | grep NFS_SHAREID spoofing
Connected users enumeration
Last updated