Service Enumeration
get status message of nmap scan every 5 sec
sudo nmap 10.129.2.28 -p- -sV --stats-every=5sget a message the moment the open port is found
sudo nmap 10.129.2.28 -p- -sV -vBanner grabbing
with nmap
sudo nmap 10.129.2.28 -p- -sVwith nc
nc -nv 10.129.2.28 25sudo tcpdump -i eth0 host 10.10.14.2 and 10.129.2.28Last updated

