mirror of
https://github.com/nmap/nmap.git
synced 2026-02-10 07:26:34 +00:00
merge soc07 r5166:5191 - undocument --port-ratio, --top-ports because no data yet; update version number
This commit is contained in:
15
CHANGELOG
15
CHANGELOG
@@ -1,5 +1,9 @@
|
||||
# Nmap Changelog ($Id$); -*-text-*-
|
||||
|
||||
4.22SOC2
|
||||
|
||||
o NSE compilation fixes by Stoiko and Kris
|
||||
|
||||
4.22SOC1
|
||||
|
||||
o The UMIT graphical Nmap frontend is now included (as an ALPHA TEST
|
||||
@@ -11,17 +15,6 @@ o The UMIT graphical Nmap frontend is now included (as an ALPHA TEST
|
||||
executable is named umit) and let us know the results! We hope to
|
||||
include UMIT in the Windows Nmap distributions soon.
|
||||
|
||||
o The port selection mechanism was overhauled. Nmap now knows
|
||||
(roughly) how common various services are, so you can specify
|
||||
options such as --top-ports 50 to scan the 50 most popular ports.
|
||||
You can also use the new --port-ratio option to scan ports above a
|
||||
given popularity level. You can also now give the -p option service
|
||||
names (such as 'http') and wildcards (such as http* to include
|
||||
services such as https and http-mgmt). There is also a bracket ([])
|
||||
operator for scanning all known ports within a given range. All
|
||||
these changes, by Doug Hoyte, are described at
|
||||
http://seclists.org/nmap-dev/2007/q2/0224.html .
|
||||
|
||||
o Added more Nmap Scripting Engine scripts, bringing the total to 31.
|
||||
The new ones are bruteTelnet (Eddie Bell), SMTPcommands (Jason
|
||||
DePriest), iax2Detect (Jason), nbstat (Brandon Enright),
|
||||
|
||||
@@ -1456,27 +1456,6 @@ way.</para>
|
||||
instead.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--port-ratio <decimal number between 0 and 1></option>
|
||||
</term>
|
||||
<listitem>
|
||||
<indexterm><primary>--port-ratio</primary></indexterm>
|
||||
<para>Scans all ports in <filename>nmap-services</filename> file with a ratio greater than the number specified as the argument. (new format <filename>nmap-services</filename> only.)</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--top-ports <integer of 1 or greater></option>
|
||||
</term>
|
||||
<listitem>
|
||||
<indexterm><primary>--top-ports</primary></indexterm>
|
||||
<para>Scans the N highest-ratio ports found in <filename>nmap-services</filename> file. (new format <filename>nmap-services</filename> only.)</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</refsect1>
|
||||
|
||||
4
nmap.h
4
nmap.h
@@ -253,8 +253,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 "4.22SOC1"
|
||||
#define NMAP_NUM_VERSION "4.22.0.1"
|
||||
#define NMAP_VERSION "4.22SOC2"
|
||||
#define NMAP_NUM_VERSION "4.22.0.2"
|
||||
#endif
|
||||
|
||||
/* User configurable #defines: */
|
||||
|
||||
Reference in New Issue
Block a user