mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 23:46:00 +02:00
nmap docs
This commit is contained in:
parent
5bae3ffdba
commit
675162dd47
1 changed files with 11 additions and 0 deletions
11
common/nmap.md
Normal file
11
common/nmap.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue