mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Added --exclude-ports to docs/nmap.usage.txt
This commit is contained in:
parent
3b59b0ae16
commit
5391cd646c
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ SCAN TECHNIQUES:
|
|||
PORT SPECIFICATION AND SCAN ORDER:
|
||||
-p <port ranges>: Only scan specified ports
|
||||
Ex: -p22; -p1-65535; -p U:53,111,137,T:21-25,80,139,8080,S:9
|
||||
--exclude-ports <port ranges>: Exclude the specified ports from scanning
|
||||
-F: Fast mode - Scan fewer ports than the default scan
|
||||
-r: Scan ports consecutively - don't randomize
|
||||
--top-ports <number>: Scan <number> most common ports
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue