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

9 lines
85 B
Markdown
Raw Normal View History

2022-08-24 08:07:33 +00:00
Nmap Cheat Sheet
================
## Scan a Port
```bash
nmap -p 80 google.com
```