Nmap essential tips
Examples:
Intense Scan
nmap -T4 -A -v 10.10.10.63
Regular Scan
nmap 10.10.10.63
Quick scan
nmap -T4 -F 10.10.10.63
Intense Scan plus UDP
nmap -sS -sU -T4 -A -v 10.10.10.63
Intense Scan with all TCP port
nmap -p 1-65535 -T4 -A -v 10.10.10.63
Comprehensive scan [Slow]
nmap -sS -sU -T4 -A -v -PE -PP -PS80,443 -PA3389 -PU40125 -PY -g 53 --script "default or (discovery and safe)" 10.10.10.63
Complete Reference https://nmap.org/book/man.html