NFS Export Discovery
Exposed exports reveal mountable paths and access lists. Positive hits confirm anonymous-readable shares for immediate mounting.
Nmap NFS Scripts
Export listing:
Shows export paths, permitted hosts, and options. Wildcard (*) or everyone indicates open access.
Full NFS coverage:
Combines showmount, ls, statfs.
showmount Export Dump
All exports:
Lists paths and client restrictions. No output means no exports or filtered.
General info:
Server details if responsive.
rpcinfo Service Probe
Bound RPC programs:
Filter NFS-related:
Presence of nfs (100003) and mountd (100005) confirms active server. Version numbers guide protocol forcing.
TCP/UDP check:
Open ports validate exposure.
References
-
nfs-showmount NSE scriptnmap.org/nsedoc/scripts/nfs-showmount.html (opens in new tab)
Export listing and options
Was this helpful?
Your feedback helps improve this page.