mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Update version number in a few places [ci skip]
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Nmap 7.93 ( https://nmap.org )
|
||||
Nmap 7.93SVN ( https://nmap.org )
|
||||
Usage: nmap [Scan Type(s)] [Options] {target specification}
|
||||
TARGET SPECIFICATION:
|
||||
Can pass hostnames, IP addresses, networks, etc.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Ncat 7.93 ( https://nmap.org/ncat )
|
||||
Ncat 7.93SVN ( https://nmap.org/ncat )
|
||||
Usage: ncat [options] [hostname] [port]
|
||||
|
||||
Options taking a time assume seconds. Append 'ms' for milliseconds,
|
||||
|
||||
@@ -80,7 +80,7 @@
|
||||
/* Ncat information for output, etc. */
|
||||
#define NCAT_NAME "Ncat"
|
||||
#define NCAT_URL "https://nmap.org/ncat"
|
||||
#define NCAT_VERSION "7.93"
|
||||
#define NCAT_VERSION "7.93SVN"
|
||||
|
||||
#ifndef __GNUC__
|
||||
#ifndef __attribute__
|
||||
|
||||
Reference in New Issue
Block a user