7. RPC, SMB and FTP Enumeration
1. SMB and RPC (port 111) Enumeration with NetScanTools
Windows tool


2. Perform SMB, FTP and RPC Enumeration with Nmap
nmap -T5 -A 192.168.18.110
nmap -T5 -p 21 -A 192.168.18.110
SMB enumeration scripts are also available in Metasploit.
Last updated
Was this helpful?