Service Enumeration
get status message of nmap scan every 5 sec
get a message the moment the open port is found
Banner grabbing
with nmap
but nmap sometimes does not handle the info well
so we can mannualy connect using nc , grab the banner, and intercept network traffic with tcpdump in the background (first set up tcpdump and than connect with nc)
with nc
intercept the network traffic with tcpdump
Last updated