Command INDEX Cheat Sheet - bconklin-champlain/Tech-Journal GitHub Wiki
NMAP Most Used Commands
| Command | Description | Example |
|---|---|---|
| -p | scan only these ports | Ex: -p22; -p1-65535; -p1,3,5,7; |
| -sV | probe ports to determine service/version it is running | / |
| -A | Enable OS detection, version detection, script scanning, and traceroute | / |