nmap - shawfdong/hyades GitHub Wiki
# nmap -p0- -v -A -T4 hyades.ucsc.eduwhere
- -p0-: asks Nmap to scan every possible TCP port
- -v: asks Nmap to be verbose
- -A: enables aggressive tests such as remote OS detection, service/version detection, and the Nmap Scripting Engine (NSE)
- -T4: enables a more aggressive timing policy to speed up the scan
- -T5: even more aggressive
- -sS: SYN scan
- -sU: UDP scan