mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Bump version for Nmap 7.70SVN
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
Nmap 7.70 ( https://nmap.org )
|
Nmap 7.70SVN ( 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.
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 7,0,70,000
|
FILEVERSION 7,0,70,100
|
||||||
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.70\0"
|
VALUE "FileVersion", "7.70SVN\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 7.70 ( https://nmap.org/ncat )
|
Ncat 7.70SVN ( 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,
|
||||||
|
|||||||
@@ -152,7 +152,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.70"
|
#define NCAT_VERSION "7.70SVN"
|
||||||
|
|
||||||
#ifndef __GNUC__
|
#ifndef __GNUC__
|
||||||
#ifndef __attribute__
|
#ifndef __attribute__
|
||||||
|
|||||||
4
nmap.h
4
nmap.h
@@ -190,8 +190,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.70"
|
#define NMAP_VERSION "7.70SVN"
|
||||||
#define NMAP_NUM_VERSION "7.0.70.000"
|
#define NMAP_NUM_VERSION "7.0.70.100"
|
||||||
#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
|
||||||
|
|||||||
@@ -342,7 +342,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.70"
|
#define NPING_VERSION "0.7.70SVN"
|
||||||
|
|
||||||
|
|
||||||
#define DEFAULT_VERBOSITY VB_0
|
#define DEFAULT_VERBOSITY VB_0
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
7.70
|
7.70SVN
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
VERSION = "7.70"
|
VERSION = "7.70SVN"
|
||||||
|
|||||||
Reference in New Issue
Block a user