mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
4.20ALPHA2
This commit is contained in:
parent
8b0f011497
commit
4c588f3f3b
4 changed files with 9 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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@
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue