5. Network scanning using various tools
1. Scan using Metasploit
service postgresql start
msfconsoledb_statusmsfdb init
service postgresql restartnmap -sS -Pn -A -oX test 192.168.18.0/24db_import testhosts //to view all hostsuse port scan aux modules
use auxiliary/scanner/portscan/syn
set interface eth0
set PORTS 80
set RHOSTS 192.168.18.110-125
set THREADS 50Other Important Modules
Last updated