glfs/networking/netutils/nmap.xml
Bruce Dubbs 172628204b Update to nmap-5.51.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8940 af4574ff-66df-0310-9fd7-8a98e5e911e0
2011-11-07 19:11:39 +00:00

180 lines
5.6 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY nmap-download-http "&sources-anduin-http;/n/nmap-&nmap-version;.tar.bz2">
<!ENTITY nmap-download-ftp "&gentoo-ftp-repo;/nmap-&nmap-version;.tar.bz2">
<!ENTITY nmap-md5sum "0b80d2cb92ace5ebba8095a4c2850275">
<!ENTITY nmap-size "16.1 MB">
<!ENTITY nmap-buildsize "102 MB">
<!ENTITY nmap-time "0.7 SBU">
]>
<sect1 id="nmap" xreflabel="Nmap-&nmap-version;">
<?dbhtml filename="nmap.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Nmap-&nmap-version;</title>
<indexterm zone="nmap">
<primary sortas="a-Nmap">Nmap</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Nmap</title>
<para><application>Nmap</application> is a utility for network exploration
and security auditing. It supports ping scanning, port scanning and
TCP/IP fingerprinting.</para>
&lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&nmap-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&nmap-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &nmap-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &nmap-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &nmap-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &nmap-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Nmap Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="openssl"/>,
<xref linkend="pcre"/>,
<xref linkend="libpcap"/>,
<xref linkend="gtk2"/> (run time dependency), and
<ulink url="http://sourceforge.net/projects/libdnet/">libdnet</ulink></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/nmap"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of Nmap</title>
<para>Install <application>Nmap</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>ncat, ndiff, nmap, nmapfe, nping, uninstall_zenmap, xnmap, and zenmap</seg>
<seg>/usr/lib/python&python2-version;/site-packages/</seg>
<seg>/usr/share/nmap</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="ncat">
<term><command>ncat</command></term>
<listitem>
<para>is a utility for reading and writing data across networks from
the command line.</para>
<indexterm zone="nmap ncat">
<primary sortas="b-ncat">ncat</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="ndiff">
<term><command>ndiff</command></term>
<listitem>
<para>is a tool to aid in the comparison of Nmap scans.</para>
<indexterm zone="nmap ndiff">
<primary sortas="b-ndiff">ndiff</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="nmap-prog">
<term><command>nmap</command></term>
<listitem>
<para>is a utility for network exploration and security auditing. It
supports ping scanning, port scanning and TCP/IP
fingerprinting.</para>
<indexterm zone="nmap nmap-prog">
<primary sortas="b-nmap">nmap</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="nmapfe">
<term><command>nmapfe</command></term>
<listitem>
<para>is a symbolic link to <command>zenmap.</command>.</para>
<indexterm zone="nmap nmapfe">
<primary sortas="b-nmapfe">nmapfe</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="xnmap">
<term><command>xnmap</command></term>
<listitem>
<para>is a symbolic link to <command>zenmap.</command>.</para>
<indexterm zone="nmap xnmap">
<primary sortas="f-xnmap">xnmap</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="zenmap">
<term><command>zenmap</command></term>
<listitem>
<para>is a Python based graphical nmap frontend viewer.
<xref linkend='gtk2'/> is a required run time dependency.</para>
<indexterm zone="nmap zenmap">
<primary sortas="f-zenmap">zenmap</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>