🆕Enumeration
Enumerate NFS Servers
nxc nfs <ip>
# Example Output
NFS <ip> <port> <ip> [*] Supported NFS versions: (3, 4) (root escape:True)Enumerate NFS Shares
nxc nfs <ip> --shares
# Example Output
NFS <ip> <nfs_port> <ip> [*] Supported NFS versions: (3, 4) (root escape:False)
NFS <ip> <nfs_port> <ip> [*] Enumerating NFS Shares
NFS <ip> <nfs_port> <ip> UID Perms Storage Usage Share Access List
NFS <ip> <nfs_port> <ip> --- ----- ------------- ----- -----------
NFS <ip> <nfs_port> <ip> 2000 rw- 9.2GB/19.5GB /home/user/Desktop/test *
NFS <ip> <nfs_port> <ip> 1000 rw- 9.2GB/19.5GB /home/user/Desktop/NFSShare 192.168.0.0/24List files on a share
Enumerate the File on NFS Shares
Last updated
Was this helpful?

