NMAP
To find all open ports (TCP)
use
--min-rate
according to the environment in which you are testinguse
-Pn
in windows environment
To print only ports
To run an in-depth scan of open ports
-A
to Enable OS detection, version detection, script scanning, and traceroute-sC
to perform a script scan using the default set of scripts-sV
to Probe open ports to determine service/version info
To find nmap scripts
Last updated