mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
6.49SVN version bump
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
Nmap 6.47SVN ( http://nmap.org )
|
Nmap 6.49SVN ( http://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.
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 6,0,47,0
|
FILEVERSION 6,0,49,0
|
||||||
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", "6.47SVN\0"
|
VALUE "FileVersion", "6.49SVN\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"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Ncat 6.47SVN ( http://nmap.org/ncat )
|
Ncat 6.49SVN ( http://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 "http://nmap.org/ncat"
|
#define NCAT_URL "http://nmap.org/ncat"
|
||||||
#define NCAT_VERSION "6.47SVN"
|
#define NCAT_VERSION "6.49SVN"
|
||||||
|
|
||||||
#ifndef __GNUC__
|
#ifndef __GNUC__
|
||||||
#ifndef __attribute__
|
#ifndef __attribute__
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# Well known service port numbers -*- mode: fundamental; -*-
|
# Well known service port numbers -*- mode: fundamental; -*-
|
||||||
# From the Nmap Security Scanner ( http://nmap.org )
|
# From the Nmap Security Scanner ( http://nmap.org )
|
||||||
#
|
#
|
||||||
# $Id$
|
# $Id: nmap-services 9746 2008-08-26 18:45:24Z fyodor $
|
||||||
#
|
#
|
||||||
# Derived from IANA data and our own research
|
# Derived from IANA data and our own research
|
||||||
#
|
#
|
||||||
|
|||||||
6
nmap.h
6
nmap.h
@@ -261,13 +261,13 @@ void *realloc();
|
|||||||
#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 "6.47SVN"
|
#define NMAP_VERSION "6.49SVN"
|
||||||
#define NMAP_NUM_VERSION "6.0.47.0"
|
#define NMAP_NUM_VERSION "6.0.49.0"
|
||||||
#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
|
||||||
earlier) than NMAP_VERSION. */
|
earlier) than NMAP_VERSION. */
|
||||||
#define NMAP_UPDATE_CHANNEL "6.00"
|
#define NMAP_UPDATE_CHANNEL "6.49"
|
||||||
|
|
||||||
#define NMAP_XMLOUTPUTVERSION "1.04"
|
#define NMAP_XMLOUTPUTVERSION "1.04"
|
||||||
|
|
||||||
|
|||||||
@@ -339,7 +339,7 @@
|
|||||||
/* General tunable defines **************************************************/
|
/* General tunable defines **************************************************/
|
||||||
#define NPING_NAME "Nping"
|
#define NPING_NAME "Nping"
|
||||||
#define NPING_URL "http://nmap.org/nping"
|
#define NPING_URL "http://nmap.org/nping"
|
||||||
#define NPING_VERSION "0.6.47SVN"
|
#define NPING_VERSION "0.6.49SVN"
|
||||||
|
|
||||||
|
|
||||||
#define DEFAULT_VERBOSITY VB_0
|
#define DEFAULT_VERBOSITY VB_0
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
6.47SVN
|
6.49SVN
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
VERSION = "6.47SVN"
|
VERSION = "6.49SVN"
|
||||||
|
|||||||
Reference in New Issue
Block a user