4.20ALPHA2

This commit is contained in:
fyodor 2006-06-25 04:45:08 +00:00
parent 8b0f011497
commit 4c588f3f3b
4 changed files with 9 additions and 4 deletions

View file

@ -2,7 +2,12 @@
Nmap 4.20ALPHA2
o Included nmap-os-db (the new OS detection DB) within the release. Oops!
o Included nmap-os-db (the new OS detection DB) within the release.
Oops! Thanks to Brandon Enright (bmenrigh(a)ucsd.edu) for catching
this problem with 4.20ALPHA1.
o Added a fix for the crash in the new OS detection which would come
with the message "Probe doesn't exist! Probe type: 1. Probe subid: 1"
Nmap 4.20ALPHA1

View file

@ -1,4 +1,4 @@
export NMAP_VERSION = 4.20ALPHA1
export NMAP_VERSION = 4.20ALPHA2
NMAP_NAME= Nmap
NMAP_URL= http://www.insecure.org/nmap/
NMAP_PLATFORM=@host@

View file

@ -1,4 +1,4 @@
Nmap 4.20ALPHA1 ( http://www.insecure.org/nmap/ )
Nmap 4.20ALPHA2 ( http://www.insecure.org/nmap/ )
Usage: nmap [Scan Type(s)] [Options] {target specification}
TARGET SPECIFICATION:
Can pass hostnames, IP addresses, networks, etc.

View file

@ -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.20ALPHA1"
#define NMAP_VERSION "4.20ALPHA2"
#define NMAP_NAME "Nmap"
#define NMAP_URL "http://www.insecure.org/nmap"
#define NMAP_PLATFORM "i686-pc-windows-windows"