mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Nmap 4.00
This commit is contained in:
parent
b3f4b57e2e
commit
0d0a61b5b8
7 changed files with 40 additions and 30 deletions
15
docs/nmap.1
15
docs/nmap.1
|
|
@ -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/26/2006" "" "Nmap Reference Guide"
|
||||
.TH "NMAP" "1" "01/29/2006" "" "Nmap Reference Guide"
|
||||
.\" disable hyphenation
|
||||
.nh
|
||||
.\" disable justification (adjust text to left margin only)
|
||||
|
|
@ -1246,20 +1246,12 @@ Prints the Nmap version number and exits.
|
|||
\fB\-h\fR; \fB\-\-help\fR (Print help summary page)
|
||||
Prints a short help screen with the most common command flags. Running Nmap without any arguments does the same thing.
|
||||
.SH "RUNTIME INTERACTION"
|
||||
.sp
|
||||
.it 1 an-trap
|
||||
.nr an-no-space-flag 1
|
||||
.nr an-break-flag 1
|
||||
.br
|
||||
\fBNote\fR
|
||||
.PP
|
||||
The runtime interaction feature is not yet supported on Windows.
|
||||
.PP
|
||||
During the execution of nmap, all key presses are captured. This allows you to interact with the program without aborting and restarting it. Certain special keys will change options, while any other keys will print out a status message telling you about the scan. The convention is that
|
||||
\fIlowercase letters increase\fR
|
||||
the amount of printing, and
|
||||
\fIuppercase letters decrease\fR
|
||||
the printing.
|
||||
the printing. You may also press \(oq\fI?\fR\(cq for
|
||||
.TP
|
||||
\fBv\fR / \fBV\fR
|
||||
Increase / Decrease the Verbosity
|
||||
|
|
@ -1270,6 +1262,9 @@ Increase / Decrease the Debugging Level
|
|||
\fBp\fR / \fBP\fR
|
||||
Turn on / off Packet Tracing
|
||||
.TP
|
||||
\fB?\fR
|
||||
Print a runtime interaction help screen
|
||||
.TP
|
||||
Anything else
|
||||
Print out a status message like this:
|
||||
.sp
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Nmap 3.999 ( http://www.insecure.org/nmap/ )
|
||||
Nmap 4.00 ( http://www.insecure.org/nmap/ )
|
||||
Usage: nmap [Scan Type(s)] [Options] {target specification}
|
||||
TARGET SPECIFICATION:
|
||||
Can pass hostnames, IP addresses, networks, etc.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue