dotfiles/a/eg/.eg_custom/nmap.md

9 lines
85 B
Markdown

Nmap Cheat Sheet
================
## Scan a Port
```bash
nmap -p 80 google.com
```