From b23300c65a6f6ab21416636f24efed066aeb12b5 Mon Sep 17 00:00:00 2001 From: dmiller Date: Thu, 15 May 2025 16:03:29 +0000 Subject: [PATCH] Bump version to 7.97SVN --- docs/nmap.usage.txt | 2 +- ncat/docs/ncat.usage.txt | 10 +--------- ncat/ncat.h | 2 +- nmap-services | 2 ++ nmap.h | 4 ++-- nping/nping.h | 2 +- 6 files changed, 8 insertions(+), 14 deletions(-) diff --git a/docs/nmap.usage.txt b/docs/nmap.usage.txt index 45ede102b..8310a67bf 100644 --- a/docs/nmap.usage.txt +++ b/docs/nmap.usage.txt @@ -1,4 +1,4 @@ -Nmap 7.97 ( https://nmap.org ) +Nmap 7.97SVN ( https://nmap.org ) Usage: nmap [Scan Type(s)] [Options] {target specification} TARGET SPECIFICATION: Can pass hostnames, IP addresses, networks, etc. diff --git a/ncat/docs/ncat.usage.txt b/ncat/docs/ncat.usage.txt index 8d463eddc..4af639544 100644 --- a/ncat/docs/ncat.usage.txt +++ b/ncat/docs/ncat.usage.txt @@ -1,4 +1,4 @@ -Ncat 7.97 ( https://nmap.org/ncat ) +Ncat 7.97SVN ( https://nmap.org/ncat ) Usage: ncat [options] [hostname] [port] Options taking a time assume seconds. Append 'ms' for milliseconds, @@ -45,14 +45,6 @@ Options taking a time assume seconds. Append 'ms' for milliseconds, --proxy-type Specify proxy type ("http", "socks4", "socks5") --proxy-auth Authenticate with HTTP or SOCKS proxy server --proxy-dns Specify where to resolve proxy destination - --ssl Connect or listen with SSL - --ssl-cert Specify SSL certificate file (PEM) for listening - --ssl-key Specify SSL private key (PEM) for listening - --ssl-verify Verify trust and domain name of certificates - --ssl-trustfile PEM file containing trusted SSL certificates - --ssl-ciphers Cipherlist containing SSL ciphers to use - --ssl-servername Request distinct server name (SNI) - --ssl-alpn ALPN protocol list to use --version Display Ncat's version information and exit See the ncat(1) manpage for full options, descriptions and usage examples diff --git a/ncat/ncat.h b/ncat/ncat.h index 4ec7811fb..80327aa28 100644 --- a/ncat/ncat.h +++ b/ncat/ncat.h @@ -79,7 +79,7 @@ /* Ncat information for output, etc. */ #define NCAT_NAME "Ncat" #define NCAT_URL "https://nmap.org/ncat" -#define NCAT_VERSION "7.97" +#define NCAT_VERSION "7.97SVN" #ifndef __GNUC__ #ifndef __attribute__ diff --git a/nmap-services b/nmap-services index 37458acc6..e3218258d 100644 --- a/nmap-services +++ b/nmap-services @@ -3,6 +3,8 @@ # Well known service port numbers -*- mode: fundamental; -*- # From the Nmap Security Scanner ( https://nmap.org/ ) # +# $Id$ +# # Derived from IANA data and our own research # # This collection of service data is (C) 1996-2025 by Insecure.Com diff --git a/nmap.h b/nmap.h index cbb951b25..dabc10a16 100644 --- a/nmap.h +++ b/nmap.h @@ -124,9 +124,9 @@ file by the makefiles. */ #define NMAP_MAJOR 7 #define NMAP_MINOR 97 -#define NMAP_BUILD 0 +#define NMAP_BUILD 1 /* SVN, BETA, etc. */ -#define NMAP_SPECIAL "" +#define NMAP_SPECIAL "SVN" #define NMAP_VERSION STR(NMAP_MAJOR) "." STR(NMAP_MINOR) NMAP_SPECIAL #define NMAP_NUM_VERSION STR(NMAP_MAJOR) "." STR(NMAP_MINOR) "." STR(NMAP_BUILD) ".0" diff --git a/nping/nping.h b/nping/nping.h index 242b1a79b..1efd01b7d 100644 --- a/nping/nping.h +++ b/nping/nping.h @@ -265,7 +265,7 @@ /* General tunable defines **************************************************/ #define NPING_NAME "Nping" #define NPING_URL "https://nmap.org/nping" -#define NPING_VERSION "0.7.97" +#define NPING_VERSION "0.7.97SVN" #define DEFAULT_VERBOSITY VB_0