mirror of
https://github.com/nmap/nmap.git
synced 2026-01-05 06:09:00 +00:00
o Made a service confidence of 8 (used when tcpwrapped) and indeed any
number between 0 and 10 be legal in XML output according to the DTD. [Daniel Miller]
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Nmap Changelog ($Id$); -*-text-*-
|
||||
|
||||
o Made a service confidence of 8 (used when tcpwrapped) and indeed any
|
||||
number between 0 and 10 be legal in XML output according to the DTD.
|
||||
[Daniel Miller]
|
||||
|
||||
o [NSE] Added three scripts that do host discovery on local IPv6
|
||||
subnets. Each of them uses a different multicast technique, meaning
|
||||
that even very large networks have host discovery done without
|
||||
|
||||
@@ -64,10 +64,9 @@
|
||||
|
||||
<!ENTITY % port_protocols "(ip|tcp|udp|sctp)" >
|
||||
|
||||
<!-- I don't know exactly what these are, but the values were enumerated via:
|
||||
grep "conf=" *
|
||||
<!-- Service detection confidence level (portlist.h:struct serviceDeductions)
|
||||
-->
|
||||
<!ENTITY % service_confs "( 0 | 3 | 5 | 10)" >
|
||||
<!ENTITY % service_confs "( 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10)" >
|
||||
|
||||
<!-- This element was started in nmap.c:nmap_main().
|
||||
It represents to the topmost element of the output document.
|
||||
|
||||
Reference in New Issue
Block a user