nmap - shawfdong/hyades GitHub Wiki

# nmap -p0- -v -A -T4 hyades.ucsc.edu 
where
  1. -p0-: asks Nmap to scan every possible TCP port
  2. -v: asks Nmap to be verbose
  3. -A: enables aggressive tests such as remote OS detection, service/version detection, and the Nmap Scripting Engine (NSE)
  4. -T4: enables a more aggressive timing policy to speed up the scan
More options:
  1. -T5: even more aggressive
  2. -sS: SYN scan
  3. -sU: UDP scan
⚠️ **GitHub.com Fallback** ⚠️