Download Markdown
Best for copying commands, snippets, and config into notes, prompts, or docs
Download MarkdownTools
Print-ready cheat sheet for nmap, organized for fast lookup, study, and desk-side use
Sample
nmap 192.168.1.1 # single host
nmap 192.168.1.0/24 # entire subnet
nmap 192.168.1.1-50 # IP range
nmap -iL targets.txt # hosts from file
192.168.1.1 | Single IP address |
192.168.1.0/24 | CIDR notation (256 hosts) |
192.168.1.1-254 | IP range |
example.com | Hostname (resolved to IP) |
-iL file.txt | Read targets from file |
--exclude 192.168.1.1 | Exclude specific hosts |
--excludefile skip.txt | Exclude hosts from file |
Download the full cheat sheet for all sections, formatted for print
Download PDFDownloads
Recommended
B&W, ink-efficient. The default for laser printers and photocopies
Best for Printouts and desk-side reference
Warm color accents for on-screen reading or color printers
Best for Screen reading or color printers
Maximum density, 4-column layout. Everything on one page
Best for Fast scanning and minimum paper use
Text formats
Download Markdown
Best for copying commands, snippets, and config into notes, prompts, or docs
Download MarkdownPreview
The web preview is for quick browsing. The PDF remains the authoritative print artifact
Open in Browser