mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 22:21:29 +00:00
OS detection 2nd generation
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Nmap Changelog ($Id$); -*-text-*-
|
||||
|
||||
Nmap 4.20SOC-ALPHA1
|
||||
Nmap 4.20ALPHA1
|
||||
|
||||
o Integrated initial 2nd generation OS detection patch! The system is
|
||||
documented at http://insecure.org/nmap/osdetect/ . Thanks to Zhao Lei
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export NMAP_VERSION = 4.20SOC-ALPHA1
|
||||
export NMAP_VERSION = 4.20ALPHA1
|
||||
NMAP_NAME= Nmap
|
||||
NMAP_URL= http://www.insecure.org/nmap/
|
||||
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" "06/23/2006" "" "Nmap Reference Guide"
|
||||
.TH "NMAP" "1" "06/24/2006" "" "Nmap Reference Guide"
|
||||
.\" disable hyphenation
|
||||
.nh
|
||||
.\" disable justification (adjust text to left margin only)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Nmap 4.11 ( http://www.insecure.org/nmap/ )
|
||||
Nmap 4.20ALPHA1 ( 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.20SOC-ALPHA1"
|
||||
#define NMAP_VERSION "4.20ALPHA1"
|
||||
#define NMAP_NAME "Nmap"
|
||||
#define NMAP_URL "http://www.insecure.org/nmap"
|
||||
#define NMAP_PLATFORM "i686-pc-windows-windows"
|
||||
|
||||
@@ -47,7 +47,7 @@ distro:
|
||||
cd .. && ./configure
|
||||
cd ../$(LIBPCAPDIR) && ./configure
|
||||
$(MAKE) -C .. clean
|
||||
$(MAKE) -C ..
|
||||
$(MAKE) -C .. -j3
|
||||
../nmap -h > /dev/null #Make sure nmap exists
|
||||
rm -f ../docs/nmap.usage.txt
|
||||
../nmap -h > ../docs/nmap.usage.txt
|
||||
|
||||
Reference in New Issue
Block a user