mirror of
https://github.com/nmap/nmap.git
synced 2025-12-08 21:51:28 +00:00
Bump version and sync CHANGELOG with 7.01
This commit is contained in:
34
CHANGELOG
34
CHANGELOG
@@ -1,8 +1,40 @@
|
|||||||
# Nmap Changelog ($Id$); -*-text-*-
|
# Nmap Changelog ($Id$); -*-text-*-
|
||||||
|
|
||||||
|
Nmap 7.01 [2015-12-09]
|
||||||
|
|
||||||
o Switch to using gtk-mac-bundler and jhbuild for building the OS X installer.
|
o Switch to using gtk-mac-bundler and jhbuild for building the OS X installer.
|
||||||
This promises to reduce a lot of the problems we've had with local paths and
|
This promises to reduce a lot of the problems we've had with local paths and
|
||||||
dependencies using the py2app and macports build system.
|
dependencies using the py2app and macports build system. [Daniel Miller]
|
||||||
|
|
||||||
|
o The Windows installer is now built with NSIS 2.47 which features LoadLibrary
|
||||||
|
security hardening to prevent DLL hijacking and other unsafe use of temporary
|
||||||
|
directories. Thanks to Stefan Kanthak for reporting the issue to NSIS and to
|
||||||
|
us and the many other projects that use it.
|
||||||
|
|
||||||
|
o Updated the OpenSSL shipped with our binary builds (Windows, OS X, and RPM)
|
||||||
|
to 1.0.2e.
|
||||||
|
|
||||||
|
o [Zenmap] [GH#235] Fix several failures to launch Zenmap on OS X. The new
|
||||||
|
build process eliminates these errors:
|
||||||
|
IOError: [Errno 2] No such file or directory: '/Applications/Zenmap.app/Contents/Resources/etc/pango/pangorc.in'
|
||||||
|
LSOpenURLsWithRole() failed for the application /Applications/Zenmap.app with error -10810.
|
||||||
|
|
||||||
|
o [NSE] [GH#254] Update the TLSSessionRequest probe in ssl-enum-ciphers to
|
||||||
|
match the one in nmap-service-probes, which was fixed previously to correct a
|
||||||
|
length calculation error. [Daniel Miller]
|
||||||
|
|
||||||
|
o [NSE] [GH#251] Correct false positives and unexpected behavior in http-*
|
||||||
|
scripts which used http.identify_404 to determine when a file was not found
|
||||||
|
on the target. The function was following redirects, which could be an
|
||||||
|
indication of a soft-404 response. [Tom Sellers]
|
||||||
|
|
||||||
|
o [NSE] [GH#241] Fix a false-positive in hnap-info when the target responds
|
||||||
|
with 200 OK to any request. [Tom Sellers]
|
||||||
|
|
||||||
|
o [NSE] [GH#244] Fix an error response in xmlrpc-methods when run against a
|
||||||
|
non-HTTP service. The expected behavior is no output. [Niklaus Schiess]
|
||||||
|
|
||||||
|
o [NSE] Fix SSN validation function in http-grep, reported by Bruce Barnett.
|
||||||
|
|
||||||
Nmap 7.00 [2015-11-19]
|
Nmap 7.00 [2015-11-19]
|
||||||
|
|
||||||
|
|||||||
@@ -2,12 +2,12 @@
|
|||||||
.\" Title: nmap-update
|
.\" Title: nmap-update
|
||||||
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
|
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
|
||||||
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
|
||||||
.\" Date: 11/19/2015
|
.\" Date: 12/10/2015
|
||||||
.\" Manual: nmap-update Reference Guide
|
.\" Manual: nmap-update Reference Guide
|
||||||
.\" Source: nmap-update
|
.\" Source: nmap-update
|
||||||
.\" Language: English
|
.\" Language: English
|
||||||
.\"
|
.\"
|
||||||
.TH "NMAP\-UPDATE" "1" "11/19/2015" "nmap\-update" "nmap\-update Reference Guide"
|
.TH "NMAP\-UPDATE" "1" "12/10/2015" "nmap\-update" "nmap\-update Reference Guide"
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
.\" * Define some portability stuff
|
.\" * Define some portability stuff
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
|
|||||||
@@ -2,12 +2,12 @@
|
|||||||
.\" Title: nmap
|
.\" Title: nmap
|
||||||
.\" Author: [see the "Author" section]
|
.\" Author: [see the "Author" section]
|
||||||
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
|
||||||
.\" Date: 11/19/2015
|
.\" Date: 12/10/2015
|
||||||
.\" Manual: Nmap Reference Guide
|
.\" Manual: Nmap Reference Guide
|
||||||
.\" Source: Nmap
|
.\" Source: Nmap
|
||||||
.\" Language: English
|
.\" Language: English
|
||||||
.\"
|
.\"
|
||||||
.TH "NMAP" "1" "11/19/2015" "Nmap" "Nmap Reference Guide"
|
.TH "NMAP" "1" "12/10/2015" "Nmap" "Nmap Reference Guide"
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
.\" * Define some portability stuff
|
.\" * Define some portability stuff
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
@@ -123,7 +123,7 @@ This options summary is printed when Nmap is run with no arguments, and the late
|
|||||||
.RS 4
|
.RS 4
|
||||||
.\}
|
.\}
|
||||||
.nf
|
.nf
|
||||||
Nmap 7\&.00SVN ( https://nmap\&.org )
|
Nmap 7\&.01SVN ( https://nmap\&.org )
|
||||||
Usage: nmap [Scan Type(s)] [Options] {target specification}
|
Usage: nmap [Scan Type(s)] [Options] {target specification}
|
||||||
TARGET SPECIFICATION:
|
TARGET SPECIFICATION:
|
||||||
Can pass hostnames, IP addresses, networks, etc\&.
|
Can pass hostnames, IP addresses, networks, etc\&.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Nmap 7.00SVN ( https://nmap.org )
|
Nmap 7.01SVN ( https://nmap.org )
|
||||||
Usage: nmap [Scan Type(s)] [Options] {target specification}
|
Usage: nmap [Scan Type(s)] [Options] {target specification}
|
||||||
TARGET SPECIFICATION:
|
TARGET SPECIFICATION:
|
||||||
Can pass hostnames, IP addresses, networks, etc.
|
Can pass hostnames, IP addresses, networks, etc.
|
||||||
|
|||||||
@@ -2,12 +2,12 @@
|
|||||||
.\" Title: zenmap
|
.\" Title: zenmap
|
||||||
.\" Author: [see the "Authors" section]
|
.\" Author: [see the "Authors" section]
|
||||||
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
|
||||||
.\" Date: 11/19/2015
|
.\" Date: 12/10/2015
|
||||||
.\" Manual: Zenmap Reference Guide
|
.\" Manual: Zenmap Reference Guide
|
||||||
.\" Source: Zenmap
|
.\" Source: Zenmap
|
||||||
.\" Language: English
|
.\" Language: English
|
||||||
.\"
|
.\"
|
||||||
.TH "ZENMAP" "1" "11/19/2015" "Zenmap" "Zenmap Reference Guide"
|
.TH "ZENMAP" "1" "12/10/2015" "Zenmap" "Zenmap Reference Guide"
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
.\" * Define some portability stuff
|
.\" * Define some portability stuff
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 7,0,0,1
|
FILEVERSION 7,0,1,1
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS 0x21L
|
FILEFLAGS 0x21L
|
||||||
@@ -30,7 +30,7 @@ BEGIN
|
|||||||
BEGIN
|
BEGIN
|
||||||
VALUE "CompanyName", "Insecure.Org\0"
|
VALUE "CompanyName", "Insecure.Org\0"
|
||||||
VALUE "FileDescription", "Nmap\0"
|
VALUE "FileDescription", "Nmap\0"
|
||||||
VALUE "FileVersion", "7.00SVN\0"
|
VALUE "FileVersion", "7.01SVN\0"
|
||||||
VALUE "InternalName", "Nmap\0"
|
VALUE "InternalName", "Nmap\0"
|
||||||
VALUE "LegalCopyright", "Copyright (c) Insecure.Com LLC (fyodor@insecure.org)\0"
|
VALUE "LegalCopyright", "Copyright (c) Insecure.Com LLC (fyodor@insecure.org)\0"
|
||||||
VALUE "LegalTrademarks", "NMAP\0"
|
VALUE "LegalTrademarks", "NMAP\0"
|
||||||
|
|||||||
@@ -2,12 +2,12 @@
|
|||||||
.\" Title: Ncat
|
.\" Title: Ncat
|
||||||
.\" Author: [see the "Authors" section]
|
.\" Author: [see the "Authors" section]
|
||||||
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
|
||||||
.\" Date: 11/19/2015
|
.\" Date: 12/10/2015
|
||||||
.\" Manual: Ncat Reference Guide
|
.\" Manual: Ncat Reference Guide
|
||||||
.\" Source: Ncat
|
.\" Source: Ncat
|
||||||
.\" Language: English
|
.\" Language: English
|
||||||
.\"
|
.\"
|
||||||
.TH "NCAT" "1" "11/19/2015" "Ncat" "Ncat Reference Guide"
|
.TH "NCAT" "1" "12/10/2015" "Ncat" "Ncat Reference Guide"
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
.\" * Define some portability stuff
|
.\" * Define some portability stuff
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
@@ -43,7 +43,7 @@ Among Ncat\*(Aqs vast number of features there is the ability to chain Ncats tog
|
|||||||
.RS 4
|
.RS 4
|
||||||
.\}
|
.\}
|
||||||
.nf
|
.nf
|
||||||
Ncat 7\&.00SVN ( https://nmap\&.org/ncat )
|
Ncat 7\&.01SVN ( https://nmap\&.org/ncat )
|
||||||
Usage: ncat [options] [hostname] [port]
|
Usage: ncat [options] [hostname] [port]
|
||||||
|
|
||||||
Options taking a time assume seconds\&. Append \*(Aqms\*(Aq for milliseconds,
|
Options taking a time assume seconds\&. Append \*(Aqms\*(Aq for milliseconds,
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Ncat 7.00SVN ( https://nmap.org/ncat )
|
Ncat 7.01SVN ( https://nmap.org/ncat )
|
||||||
Usage: ncat [options] [hostname] [port]
|
Usage: ncat [options] [hostname] [port]
|
||||||
|
|
||||||
Options taking a time assume seconds. Append 'ms' for milliseconds,
|
Options taking a time assume seconds. Append 'ms' for milliseconds,
|
||||||
|
|||||||
@@ -145,7 +145,7 @@
|
|||||||
/* Ncat information for output, etc. */
|
/* Ncat information for output, etc. */
|
||||||
#define NCAT_NAME "Ncat"
|
#define NCAT_NAME "Ncat"
|
||||||
#define NCAT_URL "https://nmap.org/ncat"
|
#define NCAT_URL "https://nmap.org/ncat"
|
||||||
#define NCAT_VERSION "7.00SVN"
|
#define NCAT_VERSION "7.01SVN"
|
||||||
|
|
||||||
#ifndef __GNUC__
|
#ifndef __GNUC__
|
||||||
#ifndef __attribute__
|
#ifndef __attribute__
|
||||||
|
|||||||
@@ -2,12 +2,12 @@
|
|||||||
.\" Title: ndiff
|
.\" Title: ndiff
|
||||||
.\" Author: [see the "Authors" section]
|
.\" Author: [see the "Authors" section]
|
||||||
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
|
||||||
.\" Date: 11/19/2015
|
.\" Date: 12/10/2015
|
||||||
.\" Manual: User Commands
|
.\" Manual: User Commands
|
||||||
.\" Source: Ndiff
|
.\" Source: Ndiff
|
||||||
.\" Language: English
|
.\" Language: English
|
||||||
.\"
|
.\"
|
||||||
.TH "NDIFF" "1" "11/19/2015" "Ndiff" "User Commands"
|
.TH "NDIFF" "1" "12/10/2015" "Ndiff" "User Commands"
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
.\" * Define some portability stuff
|
.\" * Define some portability stuff
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
|
|||||||
4
nmap.h
4
nmap.h
@@ -193,8 +193,8 @@
|
|||||||
#ifndef NMAP_VERSION
|
#ifndef NMAP_VERSION
|
||||||
/* Edit this definition only within the quotes, because it is read from this
|
/* Edit this definition only within the quotes, because it is read from this
|
||||||
file by the makefiles. */
|
file by the makefiles. */
|
||||||
#define NMAP_VERSION "7.00SVN"
|
#define NMAP_VERSION "7.01SVN"
|
||||||
#define NMAP_NUM_VERSION "7.0.0.1"
|
#define NMAP_NUM_VERSION "7.0.1.1"
|
||||||
#endif
|
#endif
|
||||||
/* The version number of updates retrieved by the nmap-update
|
/* The version number of updates retrieved by the nmap-update
|
||||||
program. It can be different (but should always be the same or
|
program. It can be different (but should always be the same or
|
||||||
|
|||||||
@@ -2,12 +2,12 @@
|
|||||||
.\" Title: nping
|
.\" Title: nping
|
||||||
.\" Author: [see the "Authors" section]
|
.\" Author: [see the "Authors" section]
|
||||||
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
|
||||||
.\" Date: 11/19/2015
|
.\" Date: 12/10/2015
|
||||||
.\" Manual: Nping Reference Guide
|
.\" Manual: Nping Reference Guide
|
||||||
.\" Source: Nping
|
.\" Source: Nping
|
||||||
.\" Language: English
|
.\" Language: English
|
||||||
.\"
|
.\"
|
||||||
.TH "NPING" "1" "11/19/2015" "Nping" "Nping Reference Guide"
|
.TH "NPING" "1" "12/10/2015" "Nping" "Nping Reference Guide"
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
.\" * Define some portability stuff
|
.\" * Define some portability stuff
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
|
|||||||
@@ -339,7 +339,7 @@
|
|||||||
/* General tunable defines **************************************************/
|
/* General tunable defines **************************************************/
|
||||||
#define NPING_NAME "Nping"
|
#define NPING_NAME "Nping"
|
||||||
#define NPING_URL "https://nmap.org/nping"
|
#define NPING_URL "https://nmap.org/nping"
|
||||||
#define NPING_VERSION "0.7.00SVN"
|
#define NPING_VERSION "0.7.01SVN"
|
||||||
|
|
||||||
|
|
||||||
#define DEFAULT_VERBOSITY VB_0
|
#define DEFAULT_VERBOSITY VB_0
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
7.00SVN
|
7.01SVN
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
VERSION = "7.00SVN"
|
VERSION = "7.01SVN"
|
||||||
|
|||||||
Reference in New Issue
Block a user