1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-14 01:16:33 +00:00

Update generated content for new release

This commit is contained in:
fyodor
2010-07-16 00:43:59 +00:00
parent 49a051b629
commit 9b4b172045
8 changed files with 4785 additions and 1968 deletions

6717
configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -2,12 +2,12 @@
.\" Title: nmap
.\" Author: [see the "Author" section]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\" Date: 06/07/2010
.\" Date: 07/15/2010
.\" Manual: Nmap Reference Guide
.\" Source: Nmap
.\" Language: English
.\"
.TH "NMAP" "1" "06/07/2010" "Nmap" "Nmap Reference Guide"
.TH "NMAP" "1" "07/15/2010" "Nmap" "Nmap Reference Guide"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
@@ -111,7 +111,7 @@ This options summary is printed when Nmap is run with no arguments, and the late
.RS 4
.\}
.nf
Nmap 5\&.30BETA1 ( http://nmap\&.org )
Nmap 5\&.35DC1 ( http://nmap\&.org )
Usage: nmap [Scan Type(s)] [Options] {target specification}
TARGET SPECIFICATION:
Can pass hostnames, IP addresses, networks, etc\&.
@@ -1184,13 +1184,13 @@ File and directory names may be relative or absolute\&. Absolute names are used
\fB\-\-datadir\fR
.RE
.RS 4
\fB$NMAPDIR\fR
\fB$NMAPDIR\fR.\" NMAPDIR environment variable
.RE
.RS 4
~/\&.nmap (not searched on Windows)
~/\&.nmap (not searched on Windows).\" .nmap directory
.RE
.RS 4
\fINMAPDATADIR\fR
\fINMAPDATADIR\fR.\" NMAPDATADIR
.RE
.RS 4
the current directory

View File

@@ -1,4 +1,4 @@
Nmap 5.30BETA1 ( http://nmap.org )
Nmap 5.35DC1 ( http://nmap.org )
Usage: nmap [Scan Type(s)] [Options] {target specification}
TARGET SPECIFICATION:
Can pass hostnames, IP addresses, networks, etc.

View File

@@ -2,12 +2,12 @@
.\" Title: zenmap
.\" Author: [see the "Authors" section]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\" Date: 05/28/2010
.\" Date: 07/15/2010
.\" Manual: Zenmap Reference Guide
.\" Source: Zenmap
.\" Language: English
.\"
.TH "ZENMAP" "1" "05/28/2010" "Zenmap" "Zenmap Reference Guide"
.TH "ZENMAP" "1" "07/15/2010" "Zenmap" "Zenmap Reference Guide"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: ndiff
.\" Author: [see the "Authors" section]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\" Date: 05/28/2010
.\" Date: 07/15/2010
.\" Manual: User Commands
.\" Source: Ndiff
.\" Language: English
.\"
.TH "NDIFF" "1" "05/28/2010" "Ndiff" "User Commands"
.TH "NDIFF" "1" "07/15/2010" "Ndiff" "User Commands"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
@@ -308,11 +308,13 @@ without a corresponding
<extraports count="98" state="filtered"/>
<port portid="80" protocol="tcp">
<state state="open"/>
<service name="http" product="Apache httpd" version="1\&.3\&.41\&.fb1"/>
<service name="http" product="Apache httpd"
version="1\&.3\&.41\&.fb1"/>
</port>
<port portid="443" protocol="tcp">
<state state="open"/>
<service name="http" product="Apache httpd" tunnel="ssl" version="1\&.3\&.41\&.fb1"/>
<service name="http" product="Apache httpd" tunnel="ssl"
version="1\&.3\&.41\&.fb1"/>
</port>
</ports>
</host>
@@ -320,7 +322,6 @@ without a corresponding
</hostdiff>
</scandiff>
</nmapdiff>
.fi
.if n \{\
.RE

View File

@@ -7,7 +7,7 @@
#
# Derived from IANA data and our own research
#
# This collection of service data is (C) 1998-2010 by Insecure.Com
# This collection of service data is (C) 1996-2010 by Insecure.Com
# LLC. It is distributed under the Nmap Open Source license as
# provided in the COPYING file of the source distribution or at
# http://nmap.org/data/COPYING . Note that this license

4
nmap.h
View File

@@ -252,8 +252,8 @@ void *realloc();
#ifndef NMAP_VERSION
/* Edit this definition only within the quotes, because it is read from this
file by the makefiles. */
#define NMAP_VERSION "5.30BETA1"
#define NMAP_NUM_VERSION "5.30.0.0"
#define NMAP_VERSION "5.35DC1"
#define NMAP_NUM_VERSION "5.35.0.1"
#endif
/* User configurable #defines: */

View File

@@ -50,6 +50,7 @@ Entry { filename = "iax2-version.nse", categories = { "version", } }
Entry { filename = "imap-capabilities.nse", categories = { "default", "safe", } }
Entry { filename = "ipidseq.nse", categories = { "discovery", "safe", } }
Entry { filename = "irc-info.nse", categories = { "default", "discovery", "safe", } }
Entry { filename = "irc-unrealircd-backdoor.nse", categories = { "safe", "vuln", } }
Entry { filename = "jdwp-version.nse", categories = { "version", } }
Entry { filename = "ldap-brute.nse", categories = { "auth", "intrusive", } }
Entry { filename = "ldap-rootdse.nse", categories = { "discovery", "safe", } }