Complete Nmap keyboard shortcuts and commands reference — 15 shortcuts across 2 categories. Quick reference cheat sheet for Windows & Mac.
Nmap is a popular infrastructure management tool used by professionals worldwide. Learning keyboard shortcuts can dramatically speed up your workflow — studies show shortcut users save an average of 8 days per year compared to mouse-only users.
This page covers all 15 Nmap shortcuts across 2 categories: Basic Scans, Advanced Options. Each shortcut includes a description to help you understand when and how to use it effectively.
| Shortcut | Action |
|---|---|
| nmap <target> | Basic scan |
| nmap -sV <target> | Service version |
| nmap -O <target> | OS detection |
| nmap -A <target> | Aggressive scan |
| nmap -p 80,443 <target> | Specific ports |
| nmap -p- <target> | All ports |
| nmap -sU <target> | UDP scan |
| Shortcut | Action |
|---|---|
| nmap -sn 192.168.1.0/24 | Ping sweep |
| nmap --script vuln <target> | Vuln scan |
| nmap -T4 <target> | Fast timing |
| nmap -oN output.txt | Save output |
| nmap -oX output.xml | XML output |
| nmap -v <target> | Verbose |
| nmap -iL hosts.txt | Input from file |
| nmap --open <target> | Open ports only |
The most essential Nmap shortcuts are: nmap
Nmap has 15 keyboard shortcuts across 2 categories on shortcut-tools.com.
Simply press the key combination while Nmap is focused. Most shortcuts work immediately. On Mac, replace Ctrl with Cmd and Alt with Option for most shortcuts.
The Nmap shortcut for basic scan is nmap
Start with the essentials: Learn nmap
Practice daily: Pick 2–3 new shortcuts each day and consciously use them instead of the mouse. Within a week, they become muscle memory.
Print this cheat sheet: Keep a reference nearby until shortcuts become automatic. Focus on the Basic Scans category first.
Infrastructure tip: Bookmark this page for quick reference during maintenance windows when speed matters most.