🆕枚举
枚举 NFS 服务器
NetExec nfs <ip>
# Example Output
NFS <ip> <nfs_port> <ip> [*] Target supported NFS versions: (3, 4)
枚举 NFS 共享
NetExec nfs <ip> --shares
# Example Output
NFS <ip> <nfs_port> <ip> [*] Target supported NFS versions: (3, 4)
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/24枚举 NFS 共享上的文件
Last updated