From 9c9af10450c879557d60ae73db65b6e3abbdd5a2 Mon Sep 17 00:00:00 2001 From: fyodor Date: Sat, 30 Sep 2006 23:42:05 +0000 Subject: [PATCH] Nmap 4.20ALPHA8 --- CHANGELOG | 9 +++++++++ Makefile.in | 2 +- nmap-os-db | 17 +++++++++++++++++ nmap_winconfig.h | 4 ++-- 4 files changed, 29 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6f1e03881..4ec6e6652 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,18 @@ # Nmap Changelog ($Id$); -*-text-*- +4.20ALPHA8 + +o Integrated the newly submitted OS fingerprints. The DB now contains + 56, up 33% from 42 in ALPHA7. Please keep them coming! We still only + have 3.33% as many signatures as the gen1 database. o Nmap 2nd generation OS detection now has a more sophisticated mechanism for guessing a target OS when there is no exact match in the database (see http://insecure.org/nmap/osdetect/osdetect-guess.html ) +o Rewrote mswin32/nmap.rc to remove cruft and hopefully reduce some + MFC-related compilation problems we've seen. Thanks to KX + (kxmail(a)gmail.com) for doing this. + o NmapFE now uses a spin button for verbosity and debugging options so that you can specify whatever verbosity (-v) or debugging (-d) level you desire. The --randomize-hosts option was also added to NmapFE. diff --git a/Makefile.in b/Makefile.in index 5a653d8b0..e3d3a7a07 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -export NMAP_VERSION = 4.20ALPHA7 +export NMAP_VERSION = 4.20ALPHA8 NMAP_NAME= Nmap NMAP_URL= http://Insecure.Org NMAP_PLATFORM=@host@ diff --git a/nmap-os-db b/nmap-os-db index 820bde35c..fe9225a90 100644 --- a/nmap-os-db +++ b/nmap-os-db @@ -534,6 +534,23 @@ T7(R=Y%DF=Y%T=40%TG=40%W=0%S=Z%A=S+%F=AR%O=%RD=0%Q=) U1(DF=N%T=40%TG=40%TOS=C0%IPL=164%UN=0%RIPL=G%RID=G%RIPCK=G%RUCK=G%RUL=G%RUD=G) IE(DFI=N%T=40%TG=40%TOSI=S%CD=S%SI=S%DLI=S) +# 2.6.17-gentoo-r8 #1 SMP Fri Sep 29 16:09:18 EST 2006 i686 Intel(R) Pentium(R) III CPU family (IBM eServer x342) +Fingerprint Linux 2.6.17-gentoo-r8 (x86) +Class Linux | Linux | 2.6.X | general purpose +SEQ(SP=C6-C8%GCD=<7%ISR=C6-C8%TI=Z%II=I%TS=7) +OPS(O1=M400CST11NW7%O2=M400CST11NW7%O3=M400CNNT11NW7%O4=M400CST11NW7%O5=M400CST11NW7%O6=M400CST11) +WIN(W1=8000%W2=8000%W3=8000%W4=8000%W5=8000%W6=8000) +ECN(R=Y%DF=Y%T=40%TG=40%W=8018%O=M400CNNSNW7%CC=N%Q=) +T1(R=Y%DF=Y%T=40%TG=40%S=O%A=S+%F=AS%RD=0%Q=) +T2(R=N) +T3(R=Y%DF=Y%T=40%TG=40%W=8000%S=O%A=S+%F=AS%O=M400CST11NW7%RD=0%Q=) +T4(R=Y%DF=Y%T=40%TG=40%W=0%S=A%A=Z%F=R%O=%RD=0%Q=) +T5(R=Y%DF=Y%T=40%TG=40%W=0%S=Z%A=S+%F=AR%O=%RD=0%Q=) +T6(R=Y%DF=Y%T=40%TG=40%W=0%S=A%A=Z%F=R%O=%RD=0%Q=) +T7(R=Y%DF=Y%T=40%TG=40%W=0%S=Z%A=S+%F=AR%O=%RD=0%Q=) +U1(DF=N%T=40%TG=40%TOS=C0%IPL=164%UN=0%RIPL=G%RID=G%RIPCK=G%RUCK=G%RUL=G%RUD=G) +IE(DFI=N%T=40%TG=40%TOSI=S%CD=S%SI=S%DLI=S) + # Fingerprint Linux 2.6.15-26-server #1 SMP Thu Aug 3 04:09:15 UTC 2006 i686 GNU/Linux <--> Ubuntu 6.06.01 LTS Server Fingerprint Linux 2.6.15-26 (Ubuntu 6.06.01) Class Linux | Linux | 2.6.X | general purpose diff --git a/nmap_winconfig.h b/nmap_winconfig.h index cd4953cee..d2b13683d 100644 --- a/nmap_winconfig.h +++ b/nmap_winconfig.h @@ -106,9 +106,9 @@ /* 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.20ALPHA7" +#define NMAP_VERSION "4.20ALPHA8" #define NMAP_NAME "Nmap" -#define NMAP_URL "http://www.insecure.org/nmap" +#define NMAP_URL "http://insecure.org/nmap" #define NMAP_PLATFORM "i686-pc-windows-windows" #define NMAPDATADIR "c:\\nmap" /* FIXME: I really need to make this dynamic */