mirror of
https://github.com/nmap/nmap.git
synced 2026-02-11 16:06:33 +00:00
Integrated a ton of new OS fingerprints, about to release 4.20RC1
This commit is contained in:
@@ -1,8 +1,17 @@
|
||||
# Nmap Changelog ($Id$); -*-text-*-
|
||||
|
||||
4.20RC1
|
||||
|
||||
o Fixed (I hope) a bug related to Pcap capture on Mac OS X. Thanks to
|
||||
Christophe Thil for reporting the problem and to Kurt Grutzmacher
|
||||
and Diman Todorov for helping to track it down.
|
||||
|
||||
o Integrated all of your OS detection submissions since ALPHA11. The
|
||||
DB has increased 27% to 189 signatures. Notable additions include
|
||||
the Apple Airport Express, Windows Vista RC1, OpenBSD 4.0, a Sony
|
||||
TiVo device, and tons of broadband routers, printers, switches, and
|
||||
Linux kernels. Keep those submissions coming!
|
||||
|
||||
o Upgraded the included LibPCRE from version 6.4 to 6.7. Thanks to
|
||||
Jochen Voß (voss(a)seehuhn.de) for the suggestion (he found some bugs
|
||||
in 6.4)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export NMAP_VERSION = 4.20ALPHA11
|
||||
export NMAP_VERSION = 4.20RC1
|
||||
NMAP_NAME= Nmap
|
||||
NMAP_URL= http://insecure.org
|
||||
NMAP_PLATFORM=@host@
|
||||
|
||||
@@ -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" "11/03/2006" "" "Nmap Reference Guide"
|
||||
.TH "NMAP" "1" "11/19/2006" "" "Nmap Reference Guide"
|
||||
.\" disable hyphenation
|
||||
.nh
|
||||
.\" disable justification (adjust text to left margin only)
|
||||
|
||||
825
nmap-os-db
825
nmap-os-db
File diff suppressed because it is too large
Load Diff
@@ -106,7 +106,7 @@
|
||||
/* Without this, Windows will give us all sorts of crap about using functions
|
||||
like strcpy() even if they are done safely */
|
||||
#define _CRT_SECURE_NO_DEPRECATE 1
|
||||
#define NMAP_VERSION "4.20ALPHA11"
|
||||
#define NMAP_VERSION "4.20RC1"
|
||||
#define NMAP_NAME "Nmap"
|
||||
#define NMAP_URL "http://insecure.org"
|
||||
#define NMAP_PLATFORM "i686-pc-windows-windows"
|
||||
|
||||
Reference in New Issue
Block a user