mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-01-06 00:45:38 +03:00
12 lines
211 B
Markdown
12 lines
211 B
Markdown
# nmap
|
|
|
|
> Network exploration tool and security / port scanner
|
|
|
|
- scan open ports of a single host
|
|
|
|
`nmap {{192.168.0.1}}`
|
|
|
|
- discover hosts in the 192.168.0.X area (no port scan)
|
|
|
|
`nmap -sn {{192.168.0.1/24}}`
|