4. NFS Enumeration

port 111 ans 2049(tcp)

1. NFS enumeration with RPCscan and SuperEnum

scan the ports

nmap -p 2049 192.168.18.110

run the script. it requires a list of IP addresses in a file

./superenum.py

RPCscan

./rpcscan.py 192.168.18.110 --rpc

Last updated