dotfiles/m/eg/.eg_custom/nmap.md
2022-08-24 04:07:33 -04:00

9 lines
85 B
Markdown

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