mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Change 'consecutive' to 'sequential' when describing -r option. See #1750
This commit is contained in:
@@ -182,7 +182,7 @@ 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
|
||||
-F: Fast mode - Scan fewer ports than the default scan
|
||||
-r: Scan ports consecutively - don't randomize
|
||||
-r: Scan ports sequentially - don't randomize
|
||||
--top-ports <number>: Scan <number> most common ports
|
||||
--port-ratio <ratio>: Scan ports more common than <ratio>
|
||||
SERVICE/VERSION DETECTION:
|
||||
|
||||
@@ -189,7 +189,7 @@ 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
|
||||
-F: Fast mode - Scan fewer ports than the default scan
|
||||
-r: Scan ports consecutively - don't randomize
|
||||
-r: Scan ports sequentially - don't randomize
|
||||
--top-ports <number>: Scan <number> most common ports
|
||||
--port-ratio <ratio>: Scan ports more common than <ratio>
|
||||
SERVICE/VERSION DETECTION:
|
||||
|
||||
@@ -193,7 +193,7 @@ PORT SPECIFICATION AND SCAN ORDER:
|
||||
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
|
||||
-r: Scan ports sequentially - don't randomize
|
||||
--top-ports <number>: Scan <number> most common ports
|
||||
--port-ratio <ratio>: Scan ports more common than <ratio>
|
||||
SERVICE/VERSION DETECTION:
|
||||
|
||||
@@ -121,7 +121,7 @@ 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
|
||||
-F: Fast - Scan only the ports listed in the nmap-services file)
|
||||
-r: Scan ports consecutively - don't randomize
|
||||
-r: Scan ports sequentially - don't randomize
|
||||
SERVICE/VERSION DETECTION:
|
||||
-sV: Probe open ports to determine service/version info
|
||||
--version-light: Limit to most likely probes for faster identification
|
||||
|
||||
@@ -210,7 +210,7 @@ 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
|
||||
-F: Fast - Scan only the ports listed in the nmap-services file)
|
||||
-r: Scan ports consecutively - don't randomize
|
||||
-r: Scan ports sequentially - don't randomize
|
||||
SERVICE/VERSION DETECTION:
|
||||
-sV: Probe open ports to determine service/version info
|
||||
--version-intensity <level>: Set from 0 (light) to 9 (try all probes)
|
||||
|
||||
@@ -166,7 +166,7 @@
|
||||
<ftp relay host>: FTP bounce scan 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 -F: Fast - Scan only the
|
||||
ports listed in the nmap-services file) -r: Scan ports consecutively -
|
||||
ports listed in the nmap-services file) -r: Scan ports sequentially -
|
||||
don't randomize SERVICE/VERSION DETECTION: -sV: Probe open ports to
|
||||
determine service/version info --version-light: Limit to most likely
|
||||
probes for faster identification --version-all: Try every single probe
|
||||
|
||||
@@ -152,7 +152,7 @@ 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
|
||||
-F: Fast - Scan only the ports listed in the nmap-services file)
|
||||
-r: Scan ports consecutively - don't randomize
|
||||
-r: Scan ports sequentially - don't randomize
|
||||
SERVICE/VERSION DETECTION:
|
||||
-sV: Probe open ports to determine service/version info
|
||||
--version-light: Limit to most likely probes for faster identification
|
||||
|
||||
Reference in New Issue
Block a user