nmap
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | nmap [2021/02/02 08:16] (current) – created dreiggy | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== NMAP local network scan ====== | ||
| + | Ping scan | ||
| + | <code bash> | ||
| + | nmap -sP -v 192.168.0.0/ | ||
| + | </ | ||
| + | |||
| + | TCP SYN scan | ||
| + | <code bash> | ||
| + | nmap -sS -v 192.168.0.0/ | ||
| + | </ | ||
nmap.txt · Last modified: 2021/02/02 08:16 by dreiggy
