1
0
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:
dmiller
2022-07-05 16:20:16 +00:00
parent db179f82b3
commit e0771f5d7d
8 changed files with 8 additions and 8 deletions

View File

@@ -182,7 +182,7 @@ PORT SPECIFICATION AND SCAN ORDER:
-p <port ranges>: Only scan specified ports -p <port ranges>: Only scan specified ports
Ex: -p22; -p1-65535; -p U:53,111,137,T:21-25,80,139,8080 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 -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 --top-ports <number>: Scan <number> most common ports
--port-ratio <ratio>: Scan ports more common than <ratio> --port-ratio <ratio>: Scan ports more common than <ratio>
SERVICE/VERSION DETECTION: SERVICE/VERSION DETECTION:

View File

@@ -189,7 +189,7 @@ PORT SPECIFICATION AND SCAN ORDER:
-p <port ranges>: Only scan specified ports -p <port ranges>: Only scan specified ports
Ex: -p22; -p1-65535; -p U:53,111,137,T:21-25,80,139,8080 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 -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 --top-ports <number>: Scan <number> most common ports
--port-ratio <ratio>: Scan ports more common than <ratio> --port-ratio <ratio>: Scan ports more common than <ratio>
SERVICE/VERSION DETECTION: SERVICE/VERSION DETECTION:

View File

@@ -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 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 --exclude-ports <port ranges>: Exclude the specified ports from scanning
-F: Fast mode - Scan fewer ports than the default scan -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 --top-ports <number>: Scan <number> most common ports
--port-ratio <ratio>: Scan ports more common than <ratio> --port-ratio <ratio>: Scan ports more common than <ratio>
SERVICE/VERSION DETECTION: SERVICE/VERSION DETECTION:

View File

@@ -121,7 +121,7 @@ PORT SPECIFICATION AND SCAN ORDER:
-p <port ranges>: Only scan specified ports -p <port ranges>: Only scan specified ports
Ex: -p22; -p1-65535; -p U:53,111,137,T:21-25,80,139,8080 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) -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: SERVICE/VERSION DETECTION:
-sV: Probe open ports to determine service/version info -sV: Probe open ports to determine service/version info
--version-light: Limit to most likely probes for faster identification --version-light: Limit to most likely probes for faster identification

View File

@@ -210,7 +210,7 @@ PORT SPECIFICATION AND SCAN ORDER:
-p <port ranges>: Only scan specified ports -p <port ranges>: Only scan specified ports
Ex: -p22; -p1-65535; -p U:53,111,137,T:21-25,80,139,8080 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) -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: SERVICE/VERSION DETECTION:
-sV: Probe open ports to determine service/version info -sV: Probe open ports to determine service/version info
--version-intensity <level>: Set from 0 (light) to 9 (try all probes) --version-intensity <level>: Set from 0 (light) to 9 (try all probes)

View File

@@ -166,7 +166,7 @@
<ftp relay host>: FTP bounce scan PORT SPECIFICATION AND SCAN <ftp relay host>: FTP bounce scan PORT SPECIFICATION AND SCAN
ORDER: -p <port ranges>: Only scan specified ports Ex: -p22; 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 -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 don't randomize SERVICE/VERSION DETECTION: -sV: Probe open ports to
determine service/version info --version-light: Limit to most likely determine service/version info --version-light: Limit to most likely
probes for faster identification --version-all: Try every single probe probes for faster identification --version-all: Try every single probe

View File

@@ -152,7 +152,7 @@ PORT SPECIFICATION AND SCAN ORDER:
-p <port ranges>: Only scan specified ports -p <port ranges>: Only scan specified ports
Ex: -p22; -p1-65535; -p U:53,111,137,T:21-25,80,139,8080 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) -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: SERVICE/VERSION DETECTION:
-sV: Probe open ports to determine service/version info -sV: Probe open ports to determine service/version info
--version-light: Limit to most likely probes for faster identification --version-light: Limit to most likely probes for faster identification

View File

@@ -228,7 +228,7 @@ static void printusage() {
" Ex: -p22; -p1-65535; -p U:53,111,137,T:21-25,80,139,8080,S:9\n" " Ex: -p22; -p1-65535; -p U:53,111,137,T:21-25,80,139,8080,S:9\n"
" --exclude-ports <port ranges>: Exclude the specified ports from scanning\n" " --exclude-ports <port ranges>: Exclude the specified ports from scanning\n"
" -F: Fast mode - Scan fewer ports than the default scan\n" " -F: Fast mode - Scan fewer ports than the default scan\n"
" -r: Scan ports consecutively - don't randomize\n" " -r: Scan ports sequentially - don't randomize\n"
" --top-ports <number>: Scan <number> most common ports\n" " --top-ports <number>: Scan <number> most common ports\n"
" --port-ratio <ratio>: Scan ports more common than <ratio>\n" " --port-ratio <ratio>: Scan ports more common than <ratio>\n"
"SERVICE/VERSION DETECTION:\n" "SERVICE/VERSION DETECTION:\n"