LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

nxc-nfs

netExec NFS module

TLDR

Enumerate NFS shares
$ nxc nfs [target]
copy
List shares with access
$ nxc nfs [target] --shares
copy
Check read access
$ nxc nfs [target] --enum-shares
copy
Scan multiple targets
$ nxc nfs [targets.txt]
copy

SYNOPSIS

nxc nfs [target] [options]

DESCRIPTION

nxc nfs is the NetExec NFS module. Enumerates NFS server exports.The tool identifies accessible shares. Part of NetExec suite.

PARAMETERS

TARGET

NFS server address.
--shares
Enumerate NFS exports.
--enum-shares
Detailed share enumeration.
-p PORT
NFS port (default: 2049).
--help
Display help information.

CAVEATS

Security tool. Authorized use only. Part of NetExec.

HISTORY

nxc nfs provides NFS enumeration capabilities within the NetExec framework.

SEE ALSO

nxc(1), showmount(1), nfsstat(1)

Copied to clipboard
Kai