NFS Enumeration

Identification

Nmap finds NFS service on TCP port 2049

2049/tcp  open  mountd        1-3 (RPC #100005)

Tools

You can install NSF tools on Kali by

apt install libnfs-utils
showmount -e <IP>
showmount --exports <IP>
mkdir ./backups
mount -t nfs 10.129.229.68:/site_backups ./backups 

Projects

Last updated