Skip to content

Nmap scanning commands

Cool things to note

You can press space to view the status

Generic scan

nmap -Pn <ip>

Scans top 1000 port, but will not enumerate past synack

Service Enumeration

nmap -sC -sV <ip>
nmap -sC -sV -p 80  <ip>
nmap -p- <ip>

Want to make this site better? Open a PR or help fund hosting costs