mirror of
https://github.com/nmap/nmap.git
synced 2025-12-28 10:29:03 +00:00
About to do Nmap 4.03
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" "04/01/2006" "" "Nmap Reference Guide"
|
||||
.TH "NMAP" "1" "04/22/2006" "" "Nmap Reference Guide"
|
||||
.\" disable hyphenation
|
||||
.nh
|
||||
.\" disable justification (adjust text to left margin only)
|
||||
@@ -840,7 +840,7 @@ of
|
||||
will keep Nmap at that slow rate. Nmap tries to detect rate limiting and adjust the scan delay accordingly, but it doesn't hurt to specify it explicitly if you already know what rate works best.
|
||||
.sp
|
||||
When Nmap adjusts the scan delay upward to cope with rate limiting, the scan slows down dramatically. The
|
||||
\fB\-\-max_scan\-delay\fR
|
||||
\fB\-\-max\-scan\-delay\fR
|
||||
option specifies the largest delay that Nmap will allow. Setting this value too low can lead to wasteful packet retransmissions and possible missed ports when the target implements strict rate limiting.
|
||||
.sp
|
||||
Another use of
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
<!-- I don't know exactly what these are, but the values were enumerated via:
|
||||
grep "conf=" *
|
||||
-->
|
||||
<!ENTITY % service_confs "( 3 | 5 | 10)" >
|
||||
<!ENTITY % service_confs "( 0 | 3 | 5 | 10)" >
|
||||
|
||||
<!-- This element was started in nmap.c:nmap_main().
|
||||
It represents to the topmost element of the output document.
|
||||
@@ -169,9 +169,10 @@
|
||||
hostname CDATA #IMPLIED
|
||||
ostype CDATA #IMPLIED
|
||||
devicetype CDATA #IMPLIED
|
||||
servicefp CDATA #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT os ( portused* , osclass*, osmatch* ) >
|
||||
<!ELEMENT os ( portused* , osclass*, osmatch*, osfingerprint* ) >
|
||||
|
||||
<!ELEMENT portused EMPTY >
|
||||
<!ATTLIST portused
|
||||
@@ -196,6 +197,11 @@
|
||||
line %attr_numeric; #REQUIRED
|
||||
>
|
||||
|
||||
<!ELEMENT osfingerprint EMPTY >
|
||||
<!ATTLIST osfingerprint
|
||||
fingerprint CDATA #REQUIRED
|
||||
>
|
||||
|
||||
<!ELEMENT uptime EMPTY >
|
||||
<!ATTLIST uptime
|
||||
seconds %attr_numeric; #REQUIRED
|
||||
|
||||
Reference in New Issue
Block a user