move legal-notices.xml and nmap-usage.xml to nmap docs directory since they are needed to build refguide (man page); add nmap-man-enclosures.xml which also eases building the refguide; add Nmap book details to refguide; rebuild man pages

This commit is contained in:
fyodor 2009-05-15 06:44:22 +00:00
parent ab1fa58da2
commit 9d4771901f
5 changed files with 285 additions and 56 deletions

184
docs/legal-notices.xml Normal file
View file

@ -0,0 +1,184 @@
<title>Legal Notices</title>
<refsect2 id="nmap-copyright">
<title>Nmap Copyright and Licensing</title>
<indexterm><primary>copyright</primary></indexterm>
<indexterm><primary>GNU General Public License</primary></indexterm>
<para>The Nmap Security Scanner is (C) 1996&ndash;2009 Insecure.Com LLC. Nmap is also a registered trademark of Insecure.Com LLC. This program is free software; you may redistribute and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; Version 2 with the clarifications and exceptions described below. This guarantees your right to use, modify, and redistribute this software under certain conditions. If you wish to embed Nmap technology into proprietary software, we sell alternative licenses (contact <email>sales@insecure.com</email>). Dozens of software vendors already license Nmap technology such as host discovery, port scanning, OS detection, and version detection.</para>
<para>Note that the GPL places important restrictions on
<quote>derived works</quote>, yet it does not provide a detailed
definition of that term. To avoid misunderstandings, we consider an
application to constitute a <quote>derivative work</quote> for the
purpose of this license if it does any of the following:</para>
<itemizedlist>
<listitem><para>Integrates source code from Nmap</para></listitem>
<listitem><para>Reads or includes Nmap copyrighted data files, such as
<filename>nmap-os-db</filename> or
<filename>nmap-service-probes</filename>.</para></listitem>
<listitem><para>Executes Nmap and parses the results (as opposed to
typical shell or execution-menu apps, which simply display raw
Nmap output and so are not derivative works.)</para></listitem>
<listitem><para>Integrates/includes/aggregates Nmap into a proprietary
executable installer, such as those produced by
InstallShield.</para></listitem>
<listitem><para>Links to a library or executes a program that does any
of the above.</para></listitem>
</itemizedlist>
<para>The term <quote>Nmap</quote> should be taken to also include any
portions or derived works of Nmap. This list is not exclusive, but is
meant to clarify our interpretation of derived works with some common
examples. Our interpretation applies only to Nmap&mdash;we don't
speak for other people's GPL works.</para>
<para>If you have any questions about the GPL licensing restrictions
on using Nmap in non-GPL works, we would be happy to help. As
mentioned above, we also offer alternative license to integrate Nmap
into proprietary applications and appliances. These contracts have
been sold to many security vendors, and generally include a perpetual
license as well as providing for priority support and updates as well
as helping to fund the continued development of Nmap
technology. Please email <email>sales@insecure.com</email> for further
information.</para>
<para>As a special exception to the GPL terms, Insecure.Com LLC grants
permission to link the code of this program with any version of the
OpenSSL library which is distributed under a license identical to that
listed in the included <filename>COPYING.OpenSSL</filename> file, and distribute linked
combinations including
the two.<indexterm><primary>OpenSSL</primary><secondary>linking exception</secondary></indexterm>
You must obey the GNU GPL in all
respects for all of the code used other than OpenSSL. If you modify
this file, you may extend this exception to your version of the file,
but you are not obligated to do so.</para>
<para>If you received these files with a written license agreement or
contract stating terms other than the terms above, then that
alternative license agreement takes precedence over these
comments.</para>
</refsect2>
<refsect2 id="man-copyright">
<title>Creative Commons License for this Nmap Guide</title>
<para>This <citetitle>Nmap Reference Guide</citetitle> is (C) 2005&ndash;2009 Insecure.Com LLC. It is
hereby placed under version 2.5 of the <ulink
url="http://creativecommons.org/licenses/by/2.5/">Creative Commons
Attribution License</ulink>. This allows you redistribute and modify
the work as you desire, as long as you credit the original source.
Alternatively, you may choose to treat this document as falling under
the same license as Nmap itself (discussed previously).</para>
</refsect2>
<refsect2 id="source-contrib">
<title>Source Code Availability and Community Contributions</title>
<para>Source is provided to this software because we believe users
have a right to know exactly what a program is going to do before they
run it. This also allows you to audit the software for security holes
(none have been found so far).</para>
<para>Source code also allows you to port Nmap to new platforms, fix bugs,
and add new features. You are highly encouraged to send your changes
to <email>nmap-dev@insecure.org</email> for possible incorporation
into the main distribution. By sending these changes to Fyodor or one
of the Insecure.Org development mailing lists, it is assumed that you
are offering the Nmap Project (Insecure.Com LLC) the unlimited,
non-exclusive right to reuse, modify, and relicense the code. Nmap
will always be available Open Source,<indexterm><primary>open
source</primary></indexterm> but this is important because the
inability to relicense code has caused devastating problems for other
Free Software projects (such as KDE and NASM). We also occasionally
relicense the code to third parties as discussed above. If you wish
to specify special license conditions of your contributions, just say
so when you send them.</para>
</refsect2>
<refsect2 id="no-warranty"><title>No Warranty<indexterm><primary>warranty (lack of)</primary></indexterm></title>
<para>This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License v2.0 for more details at <ulink
url="http://www.gnu.org/licenses/gpl-2.0.html" />, or in the <filename>COPYING</filename> file
included with Nmap.</para>
<para>It should also be noted that Nmap has occasionally been known to crash
poorly written applications, TCP/IP stacks, and even operating
systems.<indexterm><primary>crashing targets</primary></indexterm>
While this is extremely rare, it is important to keep in
mind. <emphasis>Nmap should never be run against mission
critical systems</emphasis> unless you are prepared to suffer
downtime. We acknowledge here that Nmap may crash your systems or
networks and we disclaim all liability for any damage or problems Nmap
could cause.</para>
</refsect2>
<refsect2 id="inappropriate-usage"><title>Inappropriate Usage</title>
<para>Because of the slight risk of crashes and because a few black
hats like to use Nmap for reconnaissance prior to attacking systems,
there are administrators who become upset and may complain when their
system is scanned. Thus, it is often advisable to request permission
before doing even a light scan of a network.</para>
<para>Nmap should never be installed with special privileges
(e.g. suid root) for security reasons.<indexterm><primary>setuid, why Nmap shouldn't be</primary></indexterm>
</para>
</refsect2>
<refsect2 id="third-party-soft"><title>Third-Party Software</title>
<para>This product includes software developed by
the <ulink role="hidepdf" url="http://www.apache.org">Apache Software
Foundation</ulink>. A modified version of the <ulink role="hidepdf"
url="http://www.tcpdump.org">Libpcap portable packet capture
library</ulink><indexterm><primary>libpcap</primary></indexterm>
is distributed along with Nmap.
The Windows version of Nmap utilized the Libpcap-derived
<ulink role="hidepdf" url="http://www.winpcap.org">WinPcap library</ulink><indexterm><primary>WinPcap</primary></indexterm>
instead.
Regular expression support is provided by the
<ulink role="hidepdf" url="http://www.pcre.org">PCRE library</ulink>,<indexterm><primary>Perl Compatible Regular Expressions (PCRE)</primary></indexterm>
which is open-source software, written by Philip Hazel.<indexterm><primary>Hazel, Philip</primary></indexterm>
Certain raw networking functions use the
<ulink role="hidepdf" url="http://libdnet.sourceforge.net">Libdnet</ulink><indexterm><primary>libdnet</primary></indexterm>
networking library, which was written by Dug Song.<indexterm><primary>Song, Dug</primary></indexterm>
A modified version is distributed with Nmap.
Nmap can optionally link with the
<ulink role="hidepdf" url="http://www.openssl.org">OpenSSL
cryptography toolkit</ulink><indexterm><primary>OpenSSL</primary></indexterm>
for SSL version detection support.
The Nmap Scripting Engine uses an embedded version of
the <ulink role="hidepdf" url="http://www.lua.org">Lua programming
language</ulink>.<indexterm><primary>Lua programming language</primary></indexterm>
All of the third-party software described in this paragraph is freely
redistributable under BSD-style software licenses.</para>
</refsect2>
<refsect2 id="us-export"><title>United States Export Control<indexterm><primary>export control</primary></indexterm></title>
<para>Nmap only uses encryption when compiled with the optional
OpenSSL support and linked with OpenSSL. When compiled without
OpenSSL support, Insecure.Com LLC believes that Nmap is not subject to
U.S. <ulink url="http://www.access.gpo.gov/bis/ear/ear_data.html">Export
Administration Regulations (EAR)</ulink> export control. As such,
there is no applicable ECCN (explort control classification number)
and exportation does not require any special license, permit, or other
governmental authorization.</para>
<para>When compiled with OpenSSL support or distributed as source
code, Insecure.Com LLC believes that Nmap falls under
U.S. ECCN
<ulink url="http://www.access.gpo.gov/bis/ear/pdf/ccl5-pt2.pdf">5D002</ulink>
(<quote>Information Security Software</quote>). We distribute Nmap
under the TSU exception for publicly available encryption
software defined
in <ulink url="http://www.access.gpo.gov/bis/ear/pdf/740.pdf">EAR
740.13(e)</ulink>.</para>
</refsect2>

View file

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
[
<!ENTITY refguide SYSTEM "refguide.xml">
<!ENTITY legal-notices SYSTEM "legal-notices.xml">
<!ENTITY nmap-usage SYSTEM "nmap-usage.xml">
]>
<!-- This is sort of a lame hack needed for generating the nroff (man page) version of refguide.xml. I used to use book.xml directly, but that causes an extra "author" section to be added and is different than what I do for the other (ncat, zenmap) man pages. -->
<book>
&refguide;
</book>

2
docs/nmap-usage.xml Normal file
View file

@ -0,0 +1,2 @@
<?dbfo-need height="1in"?>
<literallayout><xi:include href="nmap.usage.txt" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></literallayout>

View file

@ -1,12 +1,12 @@
.\" Title: nmap
.\" Author: Gordon \(lqFyodor\(rq Lyon
.\" Author: [see the "Author" section]
.\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/>
.\" Date: 05/12/2009
.\" Date: 05/14/2009
.\" Manual: Nmap Reference Guide
.\" Source: Nmap First Edition
.\" Source: Nmap
.\" Language: English
.\"
.TH "NMAP" "1" "05/12/2009" "Nmap First Edition" "Nmap Reference Guide"
.TH "NMAP" "1" "05/14/2009" "Nmap" "Nmap Reference Guide"
.\" -----------------------------------------------------------------
.\" * (re)Define some macros
.\" -----------------------------------------------------------------
@ -204,12 +204,12 @@ when it cannot determine which of the two states describe a port\&. The port tab
In addition to the interesting ports table, Nmap can provide further information on targets, including reverse DNS names, operating system guesses, device types, and MAC addresses\&.
.PP
A typical Nmap scan is shown in
Example\ \&15.1\&. The only Nmap arguments used in this example are
Example\ \&1\&. The only Nmap arguments used in this example are
\fB\-A\fR, to enable OS and version detection, script scanning, and traceroute;
\fB\-T4\fR
for faster execution; and then the two target hostnames\&.
.PP
\fBExample\ \&15.1.\ \&A representative Nmap scan\fR
\fBExample\ \&1.\ \&A representative Nmap scan\fR
.\" -A: example of
.sp
.if n \{\
@ -261,8 +261,9 @@ Nmap done: 1 IP address (1 host up) scanned in 17\&.00 seconds
.\}
.PP
The newest version of Nmap can be obtained from
\m[blue]\fB\%http://nmap.org\fR\m[]\&. The newest version of the man page is available at
\m[blue]\fB\%http://nmap.org\fR\m[]\&. The newest version of this man page is available at
\m[blue]\fB\%http://nmap.org/book/man.html\fR\m[]\&.
It is also included as a chapter of Nmap Network Scanning: The Official Nmap Project Guide to Network Discovery and Security Scanning (see \m[blue]\fB\%http://nmap.org/book/\fR\m[])\&.
.SH "Options Summary"
.PP
This options summary is printed when Nmap is run with no arguments, and the latest version is always available at
@ -1283,7 +1284,6 @@ extension; it will be added automatically if necessary\&.
Nmap scripts are stored in a
\FCscripts\F[]
subdirectory of the Nmap data directory by default
Chapter\ \&14, Understanding and Customizing Nmap Data Files)\&. For efficiency, scripts are indexed in a database stored
(see \m[blue]\fB\%http://nmap.org/book/data-files.html\fR\m[])\&.
For efficiency, scripts are indexed in a database stored in
@ -2352,6 +2352,13 @@ since first sending a couple probes to determine whether a host is up is wastefu
\fBnmap \-PN \-p80 \-oX logs/pb\-port80scan\&.xml \-oG logs/pb\-port80scan\&.gnmap 216\&.163\&.128\&.20/20\fR
.PP
This scans 4096 IPs for any web servers (without pinging them) and saves the output in grepable and XML formats\&.
.SH "Nmap Book"
.PP
While this reference guide details all material Nmap options, it can\'t fully demonstrate how to apply those features to quickly solve real\-world tasks\&. For that, we released
Nmap Network Scanning: The Official Nmap Project Guide to Network Discovery and Security Scanning\&.
Topics include subverting firewalls and intrusion detection systems, optimizing Nmap performance, and automating common networking tasks with the Nmap Scripting Engine\&. Hints and instructions are provided for common Nmap tasks such as taking network inventory, penetration testing, detecting rogue wireless access points, and quashing network worm outbreaks\&. Examples and diagrams show actual communication on the wire\&. More than half of the book is available free online\&. See
\m[blue]\fB\%http://nmap.org/book\fR\m[]
for more information\&.
.SH "Bugs"
.\" bugs, reporting
.PP
@ -2374,7 +2381,9 @@ nmap\-dev
(recommended) or to Fyodor directly\&.
.SH "Author"
.PP
Fyodor
Gordon
\(lqFyodor\(rq
Lyon
\FCfyodor@insecure\&.org\F[]
(\m[blue]\fB\%http://insecure.org\fR\m[])
.PP
@ -2472,7 +2481,7 @@ If you received these files with a written license agreement or contract stating
This
Nmap Reference Guide
is (C) 2005\(en2009 Insecure\&.Com LLC\&. It is hereby placed under version 2\&.5 of the
\m[blue]\fBCreative Commons Attribution License\fR\m[]\&\s-2\u[14]\d\s+2\&. This allows you redistribute and modify the work as you desire, as long as you credit the original source\&. Alternatively, you may choose to treat this document as falling under the same license as Nmap itself (discussed previously)\&.
\m[blue]\fBCreative Commons Attribution License\fR\m[]\&\s-2\u[15]\d\s+2\&. This allows you redistribute and modify the work as you desire, as long as you credit the original source\&. Alternatively, you may choose to treat this document as falling under the same license as Nmap itself (discussed previously)\&.
.SS "Source Code Availability and Community Contributions"
.PP
Source is provided to this software because we believe users have a right to know exactly what a program is going to do before they run it\&. This also allows you to audit the software for security holes (none have been found so far)\&.
@ -2500,48 +2509,31 @@ Nmap should never be installed with special privileges (e\&.g\&. suid root) for
.SS "Third\-Party Software"
.PP
This product includes software developed by the
\m[blue]\fBApache Software Foundation\fR\m[]\&\s-2\u[15]\d\s+2\&. A modified version of the
\m[blue]\fBLibpcap portable packet capture library\fR\m[]\&\s-2\u[16]\d\s+2.\" libpcap
\m[blue]\fBApache Software Foundation\fR\m[]\&\s-2\u[16]\d\s+2\&. A modified version of the
\m[blue]\fBLibpcap portable packet capture library\fR\m[]\&\s-2\u[17]\d\s+2.\" libpcap
is distributed along with Nmap\&. The Windows version of Nmap utilized the Libpcap\-derived
\m[blue]\fBWinPcap library\fR\m[]\&\s-2\u[17]\d\s+2.\" WinPcap
\m[blue]\fBWinPcap library\fR\m[]\&\s-2\u[18]\d\s+2.\" WinPcap
instead\&. Regular expression support is provided by the
\m[blue]\fBPCRE library\fR\m[]\&\s-2\u[18]\d\s+2,.\" Perl Compatible Regular Expressions (PCRE)
\m[blue]\fBPCRE library\fR\m[]\&\s-2\u[19]\d\s+2,.\" Perl Compatible Regular Expressions (PCRE)
which is open\-source software, written by Philip Hazel\&..\" Hazel, Philip
Certain raw networking functions use the
\m[blue]\fBLibdnet\fR\m[]\&\s-2\u[19]\d\s+2.\" libdnet
\m[blue]\fBLibdnet\fR\m[]\&\s-2\u[20]\d\s+2.\" libdnet
networking library, which was written by Dug Song\&..\" Song, Dug
A modified version is distributed with Nmap\&. Nmap can optionally link with the
\m[blue]\fBOpenSSL cryptography toolkit\fR\m[]\&\s-2\u[20]\d\s+2.\" OpenSSL
\m[blue]\fBOpenSSL cryptography toolkit\fR\m[]\&\s-2\u[21]\d\s+2.\" OpenSSL
for SSL version detection support\&. The Nmap Scripting Engine uses an embedded version of the
\m[blue]\fBLua programming language\fR\m[]\&\s-2\u[21]\d\s+2\&..\" Lua programming language
\m[blue]\fBLua programming language\fR\m[]\&\s-2\u[22]\d\s+2\&..\" Lua programming language
All of the third\-party software described in this paragraph is freely redistributable under BSD\-style software licenses\&.
.SS "United States Export Control.\" export control"
.PP
Nmap only uses encryption when compiled with the optional OpenSSL support and linked with OpenSSL\&. When compiled without OpenSSL support, Insecure\&.Com LLC believes that Nmap is not subject to U\&.S\&.
\m[blue]\fBExport Administration Regulations (EAR)\fR\m[]\&\s-2\u[22]\d\s+2
\m[blue]\fBExport Administration Regulations (EAR)\fR\m[]\&\s-2\u[23]\d\s+2
export control\&. As such, there is no applicable ECCN (explort control classification number) and exportation does not require any special license, permit, or other governmental authorization\&.
.PP
When compiled with OpenSSL support or distributed as source code, Insecure\&.Com LLC believes that Nmap falls under U\&.S\&. ECCN
\m[blue]\fB5D002\fR\m[]\&\s-2\u[23]\d\s+2
\m[blue]\fB5D002\fR\m[]\&\s-2\u[24]\d\s+2
(\(lqInformation Security Software\(rq)\&. We distribute Nmap under the TSU exception for publicly available encryption software defined in
\m[blue]\fBEAR 740\&.13(e)\fR\m[]\&\s-2\u[24]\d\s+2\&.
.SH "Author"
.PP
\fBGordon \(lqFyodor\(rq Lyon\fR
.RS 4
Author.
.RE
.SH "Copyright"
.br
.PP
Copyright \(co 2009 by Insecure.Com LLC. All rights reserved, except where noted.
.PP
Copyright \(co 2009 by Insecure.Com LLC. All rights reserved. Except where noted otherwise in this work, no part may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying, recording, or by any information storage or retrieval system, without the prior written permission of the copyright owner.
.PP
Nmap is a registered trademark of Insecure.Com LLC. Other product and company names mentioned herein may be the trademarks of their respective owners. Where those designations appear in this book, and the publisher was aware of a trademark claim, the designations have been printed with initial capital letters or in all capitals.
.PP
The authors and publisher have taken care in the preparation of this book, but make no expressed or implied warranty of any kind and assume no responsibility for errors or omissions. No liability is assumed for incidental or consequential damages in connection with or arising out of the use of the information or programs contained herein.
.sp
\m[blue]\fBEAR 740\&.13(e)\fR\m[]\&\s-2\u[25]\d\s+2\&.
.SH "Notes"
.IP " 1." 4
RFC 1122
@ -2609,56 +2601,63 @@ listed at Wikipedia
\%http://en.wikipedia.org/wiki/List_of_IPv6_tunnel_brokers
.RE
.IP "14." 4
Nmap
Network Scanning: The Official Nmap Project Guide to Network
Discovery and Security Scanning
.RS 4
\%http://nmap.org/book/
.RE
.IP "15." 4
Creative Commons Attribution License
.RS 4
\%http://creativecommons.org/licenses/by/2.5/
.RE
.IP "15." 4
.IP "16." 4
Apache Software Foundation
.RS 4
\%http://www.apache.org
.RE
.IP "16." 4
.IP "17." 4
Libpcap portable packet capture library
.RS 4
\%http://www.tcpdump.org
.RE
.IP "17." 4
.IP "18." 4
WinPcap library
.RS 4
\%http://www.winpcap.org
.RE
.IP "18." 4
.IP "19." 4
PCRE library
.RS 4
\%http://www.pcre.org
.RE
.IP "19." 4
.IP "20." 4
Libdnet
.RS 4
\%http://libdnet.sourceforge.net
.RE
.IP "20." 4
.IP "21." 4
OpenSSL cryptography toolkit
.RS 4
\%http://www.openssl.org
.RE
.IP "21." 4
.IP "22." 4
Lua programming language
.RS 4
\%http://www.lua.org
.RE
.IP "22." 4
.IP "23." 4
Export Administration Regulations (EAR)
.RS 4
\%http://www.access.gpo.gov/bis/ear/ear_data.html
.RE
.IP "23." 4
.IP "24." 4
5D002
.RS 4
\%http://www.access.gpo.gov/bis/ear/pdf/ccl5-pt2.pdf
.RE
.IP "24." 4
.IP "25." 4
EAR 740.13(e)
.RS 4
\%http://www.access.gpo.gov/bis/ear/pdf/740.pdf

View file

@ -124,10 +124,14 @@ Nmap done: 1 IP address (1 host up) scanned in 17.00 seconds
</screen>
</example>
<para>The newest version of Nmap can be obtained from <ulink
url="http://nmap.org" />. The newest version of the man
page is available at <ulink
url="http://nmap.org/book/man.html"/>.</para>
<para>The newest version of Nmap can be obtained from
<ulink url="http://nmap.org" />. The newest version of this man page
is available at <ulink url="http://nmap.org/book/man.html"/>.
<notbook>It is also included as a chapter of <citetitle>Nmap Network
Scanning: The Official Nmap Project Guide to Network Discovery and
Security Scanning</citetitle> (see
<ulink url="http://nmap.org/book/"/>).</notbook>
</para>
</refsect1>
@ -2085,13 +2089,13 @@ it will be added automatically if necessary.
<indexterm><primary>script database</primary><see><filename>script.db</filename></see></indexterm>
<indexterm><primary>scripts, location of</primary></indexterm>
<para>Nmap scripts are stored in a <filename>scripts</filename>
subdirectory of the Nmap data directory by default
<xref linkend="data-files"/>). For efficiency, scripts are indexed in
a database stored
<man>(see <ulink url="http://nmap.org/book/data-files.html"/>).</man>
<notman>(see <xref linkend="data-files"/>).</notman> For efficiency,
scripts are indexed in a database stored
<notman>(see <xref linkend="data-files"/>).</notman>
For efficiency, scripts are indexed in
a database stored
in <filename>scripts/script.db</filename>,<indexterm><primary><filename>script.db</filename></primary></indexterm>
which lists the category or categories in which each script belongs.</para>
@ -4147,6 +4151,31 @@ overwhelming requests. Specify <option>--open</option> to only see
</refsect1>
<notbook>
<refsect1 id='man-book'>
<title>Nmap Book</title>
<!-- This paragraph is a bit jumbled together for man page rendering purposes, where extra newlines were causing problems -->
<para>While this reference guide details all material Nmap
options, it can't fully demonstrate how to apply those features to
quickly solve real-world tasks. For that, we
released <notweb><citetitle>Nmap Network Scanning: The Official
Nmap Project Guide to Network Discovery and Security
Scanning</citetitle>.</notweb><web><ulink url="http://nmap.org/book/"><citetitle>Nmap
Network Scanning: The Official Nmap Project Guide to Network
Discovery and Security Scanning</citetitle></ulink>.</web> Topics
include subverting firewalls and intrusion detection systems,
optimizing Nmap performance, and automating common networking
tasks with the Nmap Scripting Engine. Hints and instructions are
provided for common Nmap tasks such as taking network inventory,
penetration testing, detecting rogue wireless access points, and
quashing network worm outbreaks. Examples and diagrams show
actual communication on the wire. More than half of the book is
available free online. See <ulink url="http://nmap.org/book"/>
for more information.</para>
</refsect1>
</notbook>
<refsect1 id='man-bugs'>
<title>Bugs</title>
<indexterm><primary>bugs, reporting</primary></indexterm>
@ -4180,7 +4209,7 @@ overwhelming requests. Specify <option>--open</option> to only see
<refsect1 id='man-author'>
<title>Author</title>
<para>Fyodor
<para>Gordon <quote>Fyodor</quote> Lyon
<email>fyodor@insecure.org</email>
(<ulink url="http://insecure.org" />)
</para>