NMAP
NMAP
-sC - run nmap basic enumeration scripts
-sV - run nmap version scan
-p - specify a specific port to scan
-p- - tells nmap to scan all 65,535 ports
Scripts
Scripts are tyically located in /usr/share/nmap/scripts
. You can run any of the scripts in the dir with you nmap scans
Last updated