mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
Merge pull request #435 from prankymat/fast-nmap
added fast scan for nmap
This commit is contained in:
commit
f762b05f9b
1 changed files with 8 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue