Nmap

  • Full scan: nmap -p 1โ€“65535 -sV -sS -T4 target

Useful Options#

  • -sA - ACK scan

  • -sS - SYN scan

  • -sP - Ping scan

  • -F - fast

  • -p - specific ports

  • --top-ports

  • -sV - service version detection