nmap

nmap helpful commands

  • Quick Port Scan (stealth syn): nmap -v -sS <ipaddress>
  • Quick Port Scan (stealth syn) with Service Version: nmap -v -sS -sV <ipaddress>
  • Port Scan (no dns, all ports): nmap -sV -n -p- <ipaddress>

nmap scripts list