1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 22:21:29 +00:00

Update CHANGELOG to note 6.25 release and also bumped up Nmap SVN version number to avoid confusion and rebuilt files accordingly

This commit is contained in:
fyodor
2012-11-29 23:40:26 +00:00
parent d662ef817b
commit e09125e010
15 changed files with 7834 additions and 7782 deletions

View File

@@ -3,11 +3,13 @@
o [NSE] Added multicast group name output to
broadcast-igmp-discovery.nse. [Vasily Kulikov]
o [Ncat] Fixed the printing of warning messages for large arguments to
the -i and -w options. [Michal Hlavinka]
Nmap 6.25 [2012-11-29]
o [NSE] Added CPE to smb-os-discovery output.
o [Ncat] Fixed the printing of warning messages for large arguments to
the -i and -w options. [Michal Hlavinka]
o [Ncat] Shut down the write part of connected sockets in listen mode
when stdin hits EOF, just as was already done in connect mode.
[Michal Hlavinka]

View File

@@ -2,12 +2,12 @@
.\" Title: nmap-update
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Date: 11/16/2012
.\" Date: 11/29/2012
.\" Manual: nmap-update Reference Guide
.\" Source: nmap-update
.\" Language: English
.\"
.TH "NMAP\-UPDATE" "1" "11/16/2012" "nmap\-update" "nmap\-update Reference Guide"
.TH "NMAP\-UPDATE" "1" "11/29/2012" "nmap\-update" "nmap\-update Reference Guide"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: nmap
.\" Author: [see the "Author" section]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Date: 11/16/2012
.\" Date: 11/29/2012
.\" Manual: Nmap Reference Guide
.\" Source: Nmap
.\" Language: English
.\"
.TH "NMAP" "1" "11/16/2012" "Nmap" "Nmap Reference Guide"
.TH "NMAP" "1" "11/29/2012" "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 6\&.20BETA1 ( http://nmap\&.org )
Nmap 6\&.26SVN ( http://nmap\&.org )
Usage: nmap [Scan Type(s)] [Options] {target specification}
TARGET SPECIFICATION:
Can pass hostnames, IP addresses, networks, etc\&.
@@ -986,10 +986,15 @@ This option specifies which ports you want to scan and overrides the default\&.
to scan ports from 1 through 65535\&. Scanning port zero.\" port zero
is allowed if you specify it explicitly\&. For IP protocol scanning (\fB\-sO\fR), this option specifies the protocol numbers you wish to scan for (0\(en255)\&.
.sp
When scanning both TCP and UDP ports, you can specify a particular protocol by preceding the port numbers by
When scanning a combination of protocols (e\&.g\&. TCP and UDP), you can specify a particular protocol by preceding the port numbers by
T:
or
U:\&. The qualifier lasts until you specify another qualifier\&. For example, the argument
for TCP,
U:
for UDP,
S:
for SCTP, or
P:
for IP Protocol\&. The qualifier lasts until you specify another qualifier\&. For example, the argument
\fB\-p U:53,111,137,T:21\-25,80,139,8080\fR
would scan UDP ports 53, 111,and 137, as well as the listed TCP ports\&. Note that to scan both UDP and TCP, you have to specify
\fB\-sU\fR

View File

@@ -1,4 +1,4 @@
Nmap 6.20BETA1 ( http://nmap.org )
Nmap 6.26SVN ( http://nmap.org )
Usage: nmap [Scan Type(s)] [Options] {target specification}
TARGET SPECIFICATION:
Can pass hostnames, IP addresses, networks, etc.

View File

@@ -2,12 +2,12 @@
.\" Title: zenmap
.\" Author: [see the "Authors" section]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Date: 11/16/2012
.\" Date: 11/29/2012
.\" Manual: Zenmap Reference Guide
.\" Source: Zenmap
.\" Language: English
.\"
.TH "ZENMAP" "1" "11/16/2012" "Zenmap" "Zenmap Reference Guide"
.TH "ZENMAP" "1" "11/29/2012" "Zenmap" "Zenmap Reference Guide"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: Ncat
.\" Author: [see the "Authors" section]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Date: 11/16/2012
.\" Date: 11/29/2012
.\" Manual: Ncat Reference Guide
.\" Source: Ncat
.\" Language: English
.\"
.TH "NCAT" "1" "11/16/2012" "Ncat" "Ncat Reference Guide"
.TH "NCAT" "1" "11/29/2012" "Ncat" "Ncat Reference Guide"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -45,7 +45,7 @@ Among Ncat\*(Aqs vast number of features there is the ability to chain Ncats tog
.RS 4
.\}
.nf
Ncat 6\&.20BETA1 ( http://nmap\&.org/ncat )
Ncat 6\&.26SVN ( http://nmap\&.org/ncat )
Usage: ncat [options] [hostname] [port]
Options taking a time assume seconds\&. Append \*(Aqms\*(Aq for milliseconds,
@@ -461,9 +461,9 @@ Both stream and datagram domain sockets are supported\&. Use
\fB\-U\fR
on its own for stream sockets, or combine it with
\fB\-\-udp\fR
for datagram sockets\&. Datagram sockets require the use of the
for datagram sockets\&. Datagram sockets require a source socket to connect from\&. By default, a source socket with a random filename will be created as needed, and deleted when the program ends\&. Use the
\fB\-\-source\fR
option to specify a source socket to connect from\&.
with a path to use a source socket with a specific name\&.
.SH "EXAMPLES"
.PP
Connect to example\&.org on TCP port 8080\&.

View File

@@ -1,4 +1,4 @@
Ncat 6.20BETA1 ( http://nmap.org/ncat )
Ncat 6.26SVN ( http://nmap.org/ncat )
Usage: ncat [options] [hostname] [port]
Options taking a time assume seconds. Append 'ms' for milliseconds,

View File

@@ -115,7 +115,7 @@
/* Ncat information for output, etc. */
#define NCAT_NAME "Ncat"
#define NCAT_URL "http://nmap.org/ncat"
#define NCAT_VERSION "6.20BETA1"
#define NCAT_VERSION "6.26SVN"
#ifndef __GNUC__
#ifndef __attribute__

View File

@@ -2,12 +2,12 @@
.\" Title: ndiff
.\" Author: [see the "Authors" section]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Date: 11/16/2012
.\" Date: 11/29/2012
.\" Manual: User Commands
.\" Source: Ndiff
.\" Language: English
.\"
.TH "NDIFF" "1" "11/16/2012" "Ndiff" "User Commands"
.TH "NDIFF" "1" "11/29/2012" "Ndiff" "User Commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

15551
nmap-os-db

File diff suppressed because it is too large Load Diff

4
nmap.h
View File

@@ -231,8 +231,8 @@ void *realloc();
#ifndef NMAP_VERSION
/* Edit this definition only within the quotes, because it is read from this
file by the makefiles. */
#define NMAP_VERSION "6.20BETA1"
#define NMAP_NUM_VERSION "6.0.20.1"
#define NMAP_VERSION "6.26SVN"
#define NMAP_NUM_VERSION "6.0.26.0"
#endif
/* The version number of updates retrieved by the nmap-update
program. It can be different (but should always be the same or

View File

@@ -2,12 +2,12 @@
.\" Title: nping
.\" Author: [see the "Authors" section]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Date: 11/16/2012
.\" Date: 11/29/2012
.\" Manual: Nping Reference Guide
.\" Source: Nping
.\" Language: English
.\"
.TH "NPING" "1" "11/16/2012" "Nping" "Nping Reference Guide"
.TH "NPING" "1" "11/29/2012" "Nping" "Nping Reference Guide"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -309,7 +309,7 @@
/* General tunable defines **************************************************/
#define NPING_NAME "Nping"
#define NPING_URL "http://nmap.org/nping"
#define NPING_VERSION "0.6.20BETA1"
#define NPING_VERSION "0.6.26SVN"
#define DEFAULT_VERBOSITY VB_0

View File

@@ -1 +1 @@
6.20BETA1
6.26SVN

View File

@@ -1 +1 @@
VERSION = "6.20BETA1"
VERSION = "6.26SVN"