diff --git a/CHANGELOG b/CHANGELOG index 06515aa3b..ddf9f50e3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,40 @@ # 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. 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] diff --git a/docs/nmap-update.1 b/docs/nmap-update.1 index a46726350..d6137670b 100644 --- a/docs/nmap-update.1 +++ b/docs/nmap-update.1 @@ -2,12 +2,12 @@ .\" Title: nmap-update .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 11/19/2015 +.\" Date: 12/10/2015 .\" Manual: nmap-update Reference Guide .\" Source: nmap-update .\" 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 .\" ----------------------------------------------------------------- diff --git a/docs/nmap.1 b/docs/nmap.1 index ee3bafedd..1ed0e7f96 100644 --- a/docs/nmap.1 +++ b/docs/nmap.1 @@ -2,12 +2,12 @@ .\" Title: nmap .\" Author: [see the "Author" section] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 11/19/2015 +.\" Date: 12/10/2015 .\" Manual: Nmap Reference Guide .\" Source: Nmap .\" 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 .\" ----------------------------------------------------------------- @@ -123,7 +123,7 @@ This options summary is printed when Nmap is run with no arguments, and the late .RS 4 .\} .nf -Nmap 7\&.00SVN ( https://nmap\&.org ) +Nmap 7\&.01SVN ( https://nmap\&.org ) Usage: nmap [Scan Type(s)] [Options] {target specification} TARGET SPECIFICATION: Can pass hostnames, IP addresses, networks, etc\&. diff --git a/docs/nmap.usage.txt b/docs/nmap.usage.txt index 282b503ec..1890d7762 100644 --- a/docs/nmap.usage.txt +++ b/docs/nmap.usage.txt @@ -1,4 +1,4 @@ -Nmap 7.00SVN ( https://nmap.org ) +Nmap 7.01SVN ( https://nmap.org ) Usage: nmap [Scan Type(s)] [Options] {target specification} TARGET SPECIFICATION: Can pass hostnames, IP addresses, networks, etc. diff --git a/docs/zenmap.1 b/docs/zenmap.1 index 38cb67ee1..474ec4c65 100644 --- a/docs/zenmap.1 +++ b/docs/zenmap.1 @@ -2,12 +2,12 @@ .\" Title: zenmap .\" Author: [see the "Authors" section] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 11/19/2015 +.\" Date: 12/10/2015 .\" Manual: Zenmap Reference Guide .\" Source: Zenmap .\" 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 .\" ----------------------------------------------------------------- diff --git a/mswin32/nmap.rc b/mswin32/nmap.rc index e5853dab8..1d65a9b39 100644 --- a/mswin32/nmap.rc +++ b/mswin32/nmap.rc @@ -13,7 +13,7 @@ // VS_VERSION_INFO VERSIONINFO -FILEVERSION 7,0,0,1 +FILEVERSION 7,0,1,1 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x21L @@ -30,7 +30,7 @@ BEGIN BEGIN VALUE "CompanyName", "Insecure.Org\0" VALUE "FileDescription", "Nmap\0" - VALUE "FileVersion", "7.00SVN\0" + VALUE "FileVersion", "7.01SVN\0" VALUE "InternalName", "Nmap\0" VALUE "LegalCopyright", "Copyright (c) Insecure.Com LLC (fyodor@insecure.org)\0" VALUE "LegalTrademarks", "NMAP\0" diff --git a/ncat/docs/ncat.1 b/ncat/docs/ncat.1 index c0b8dbd8b..b6af6b5e9 100644 --- a/ncat/docs/ncat.1 +++ b/ncat/docs/ncat.1 @@ -2,12 +2,12 @@ .\" Title: Ncat .\" Author: [see the "Authors" section] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 11/19/2015 +.\" Date: 12/10/2015 .\" Manual: Ncat Reference Guide .\" Source: Ncat .\" 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 .\" ----------------------------------------------------------------- @@ -43,7 +43,7 @@ Among Ncat\*(Aqs vast number of features there is the ability to chain Ncats tog .RS 4 .\} .nf -Ncat 7\&.00SVN ( https://nmap\&.org/ncat ) +Ncat 7\&.01SVN ( https://nmap\&.org/ncat ) Usage: ncat [options] [hostname] [port] Options taking a time assume seconds\&. Append \*(Aqms\*(Aq for milliseconds, diff --git a/ncat/docs/ncat.usage.txt b/ncat/docs/ncat.usage.txt index 0fd8dacb6..cb869d246 100644 --- a/ncat/docs/ncat.usage.txt +++ b/ncat/docs/ncat.usage.txt @@ -1,4 +1,4 @@ -Ncat 7.00SVN ( https://nmap.org/ncat ) +Ncat 7.01SVN ( https://nmap.org/ncat ) Usage: ncat [options] [hostname] [port] Options taking a time assume seconds. Append 'ms' for milliseconds, diff --git a/ncat/ncat.h b/ncat/ncat.h index 9c0e0556f..3811f42c8 100644 --- a/ncat/ncat.h +++ b/ncat/ncat.h @@ -145,7 +145,7 @@ /* Ncat information for output, etc. */ #define NCAT_NAME "Ncat" #define NCAT_URL "https://nmap.org/ncat" -#define NCAT_VERSION "7.00SVN" +#define NCAT_VERSION "7.01SVN" #ifndef __GNUC__ #ifndef __attribute__ diff --git a/ndiff/docs/ndiff.1 b/ndiff/docs/ndiff.1 index c3be0c1b7..9684f6dd8 100644 --- a/ndiff/docs/ndiff.1 +++ b/ndiff/docs/ndiff.1 @@ -2,12 +2,12 @@ .\" Title: ndiff .\" Author: [see the "Authors" section] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 11/19/2015 +.\" Date: 12/10/2015 .\" Manual: User Commands .\" Source: Ndiff .\" Language: English .\" -.TH "NDIFF" "1" "11/19/2015" "Ndiff" "User Commands" +.TH "NDIFF" "1" "12/10/2015" "Ndiff" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/nmap.h b/nmap.h index 1e284dde3..20736f60a 100644 --- a/nmap.h +++ b/nmap.h @@ -193,8 +193,8 @@ #ifndef NMAP_VERSION /* Edit this definition only within the quotes, because it is read from this file by the makefiles. */ -#define NMAP_VERSION "7.00SVN" -#define NMAP_NUM_VERSION "7.0.0.1" +#define NMAP_VERSION "7.01SVN" +#define NMAP_NUM_VERSION "7.0.1.1" #endif /* The version number of updates retrieved by the nmap-update program. It can be different (but should always be the same or diff --git a/nping/docs/nping.1 b/nping/docs/nping.1 index d2ea8c50e..f249cbade 100644 --- a/nping/docs/nping.1 +++ b/nping/docs/nping.1 @@ -2,12 +2,12 @@ .\" Title: nping .\" Author: [see the "Authors" section] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 11/19/2015 +.\" Date: 12/10/2015 .\" Manual: Nping Reference Guide .\" Source: Nping .\" 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 .\" ----------------------------------------------------------------- diff --git a/nping/nping.h b/nping/nping.h index 61757d60e..0b02dab97 100644 --- a/nping/nping.h +++ b/nping/nping.h @@ -339,7 +339,7 @@ /* General tunable defines **************************************************/ #define NPING_NAME "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 diff --git a/zenmap/share/zenmap/config/zenmap_version b/zenmap/share/zenmap/config/zenmap_version index 243c14e82..0fc71d0b0 100644 --- a/zenmap/share/zenmap/config/zenmap_version +++ b/zenmap/share/zenmap/config/zenmap_version @@ -1 +1 @@ -7.00SVN +7.01SVN diff --git a/zenmap/zenmapCore/Version.py b/zenmap/zenmapCore/Version.py index 5fc6f3b39..5e6883ad2 100644 --- a/zenmap/zenmapCore/Version.py +++ b/zenmap/zenmapCore/Version.py @@ -1 +1 @@ -VERSION = "7.00SVN" +VERSION = "7.01SVN"