mirror of
https://github.com/nmap/nmap.git
synced 2025-12-11 02:09:03 +00:00
New version will be 4.85BETA1 rather than 4.77BETA
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
.\" Title: nmap
|
.\" Title: nmap
|
||||||
.\" Author: Gordon \(lqFyodor\(rq Lyon
|
.\" Author: Gordon \(lqFyodor\(rq Lyon
|
||||||
.\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/>
|
||||||
.\" Date: 01/22/2009
|
.\" Date: 01/23/2009
|
||||||
.\" Manual: Nmap Reference Guide
|
.\" Manual: Nmap Reference Guide
|
||||||
.\" Source: Nmap First Edition
|
.\" Source: Nmap First Edition
|
||||||
.\" Language: English
|
.\" Language: English
|
||||||
.\"
|
.\"
|
||||||
.TH "NMAP" "1" "01/22/2009" "Nmap First Edition" "Nmap Reference Guide"
|
.TH "NMAP" "1" "01/23/2009" "Nmap First Edition" "Nmap Reference Guide"
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
.\" * (re)Define some macros
|
.\" * (re)Define some macros
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
@@ -277,7 +277,7 @@ This options summary is printed when Nmap is run with no arguments, and the late
|
|||||||
.ps -1
|
.ps -1
|
||||||
.nf
|
.nf
|
||||||
.BB lightgray
|
.BB lightgray
|
||||||
Nmap 4\&.77BETA ( http://nmap\&.org )
|
Nmap 4\&.85BETA1 ( 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\&.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Nmap 4.77BETA ( http://nmap.org )
|
Nmap 4.85BETA1 ( 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.
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
.\" Title: zenmap
|
.\" Title: zenmap
|
||||||
.\" Author: [see the "Authors" section]
|
.\" Author: [see the "Authors" section]
|
||||||
.\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/>
|
||||||
.\" Date: 01/22/2009
|
.\" Date: 01/23/2009
|
||||||
.\" Manual: Zenmap Reference Guide
|
.\" Manual: Zenmap Reference Guide
|
||||||
.\" Source: Zenmap
|
.\" Source: Zenmap
|
||||||
.\" Language: English
|
.\" Language: English
|
||||||
.\"
|
.\"
|
||||||
.TH "ZENMAP" "1" "01/22/2009" "Zenmap" "Zenmap Reference Guide"
|
.TH "ZENMAP" "1" "01/23/2009" "Zenmap" "Zenmap Reference Guide"
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
.\" * (re)Define some macros
|
.\" * (re)Define some macros
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
|
|||||||
4
nmap.h
4
nmap.h
@@ -256,8 +256,8 @@ 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 "4.77BETA"
|
#define NMAP_VERSION "4.85BETA1"
|
||||||
#define NMAP_NUM_VERSION "4.77.0.0"
|
#define NMAP_NUM_VERSION "4.85.0.1"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* User configurable #defines: */
|
/* User configurable #defines: */
|
||||||
|
|||||||
Reference in New Issue
Block a user