mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 20:29:03 +00:00
trivial fix
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
.\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
|
||||
.\" Instead of manually editing it, you probably should edit the DocBook XML
|
||||
.\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
|
||||
.TH "NMAP" "1" "01/09/2006" "" "Nmap Reference Guide"
|
||||
.TH "NMAP" "1" "01/12/2006" "" "Nmap Reference Guide"
|
||||
.\" disable hyphenation
|
||||
.nh
|
||||
.\" disable justification (adjust text to left margin only)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Nmap 3.96BETA3 ( http://www.insecure.org/nmap/ )
|
||||
Nmap 3.97Shmoo ( http://www.insecure.org/nmap/ )
|
||||
Usage: nmap [Scan Type(s)] [Options] {target specification}
|
||||
TARGET SPECIFICATION:
|
||||
Can pass hostnames, IP addresses, networks, etc.
|
||||
@@ -30,8 +30,9 @@ PORT SPECIFICATION AND SCAN ORDER:
|
||||
-r: Scan ports consecutively - 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 for version detection
|
||||
--version_intensity <level>: Set from 0 (light) to 9 (try all probes)
|
||||
--version_light: Limit to most likely probes (intensity 2)
|
||||
--version_all: Try every single probe (intensity 9)
|
||||
--version_trace: Show detailed version scan activity (for debugging)
|
||||
OS DETECTION:
|
||||
-O: Enable OS detection
|
||||
|
||||
Reference in New Issue
Block a user