1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 09:35:25 +02:00

added fast scan for nmap

This commit is contained in:
Matthew Wo 2015-12-28 16:34:45 -08:00
parent 69dbef4513
commit b48497fdee

View file

@ -9,3 +9,11 @@
- discover hosts in the 192.168.0.X area (no port scan)
`nmap -sn {{192.168.0.1/24}}`
- faster scan of a single host (scans for common ports)
`nmap -F {{192.168.0.1}}`
- faster scan of a subnet (scans for common ports)
`nmap -F {{192.168.0.1/24}}`