RPC Scan
Tool to communicate with RPC services and check misconfigurations on NFS shares
This tool currently has the following features:
Listing RPC services using portmap
Listing mountpoints on hosts using mount service
Perform recursive listing on NFS share
List a directory accessible via NFS
Download a file accessible via NFS
Listing RPC services
rpc-scan.py <host/host_range> --rpcListing mountpoints
rpc-scan.py <host/host_range> --mountsRecursing listing of NFS shares
rpc-scan.py <host/host_range> --nfs --recurse 3nfs-ls.py
nfs-ls.py nfs://<host>/directory/pathnfs-get.py
nfs-get.py nfs://<host>/file/path.txt -d output_name.txtSample command :
Last updated