mirror of
https://github.com/nmap/nmap.git
synced 2025-12-20 22:49:01 +00:00
Nmap 4.20ALPHA8
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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@
|
||||
|
||||
17
nmap-os-db
17
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
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user