nmap docs

This commit is contained in:
Ben Ripkens 2014-02-02 10:57:44 +01:00
parent 5bae3ffdba
commit 675162dd47

11
common/nmap.md Normal file
View 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}}`