glfs/basicnet/netutils/nmap.xml
Bruce Dubbs 3bba7e231d XML Update -- Chapter 19
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2302 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-06-12 05:58:29 +00:00

76 lines
2.5 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY nmap-download-http "http://download.insecure.org/nmap/dist/nmap-&nmap-version;.tar.bz2">
<!ENTITY nmap-download-ftp " ">
<!ENTITY nmap-size "1.2 MB">
<!ENTITY nmap-buildsize "11 MB">
<!ENTITY nmap-time "0.36 SBU">
]>
<sect1 id="nmap" xreflabel="Nmap-&nmap-version;">
<?dbhtml filename="nmap.html"?>
<title>Nmap-&nmap-version;</title>
<sect2>
<title>Introduction to <application>Nmap</application></title>
<para><application>Nmap</application> is a utility for network exploration and
security auditing. It supports ping scanning, port scanning and
<acronym>TCP</acronym>/<acronym>IP</acronym>
fingerprinting.</para>
<sect3><title>Package information</title>
<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 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>
</sect3>
<sect3><title><application>Nmap</application> dependencies</title>
<sect4><title>Optional</title>
<para><xref linkend="openssl"/>, <xref linkend="pcre"/>,
<xref linkend="GTK"/> (for building the graphical front-end) and
<xref linkend="libpcap"/></para></sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>Nmap</application></title>
<para>Install <application>Nmap</application> by running the following commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application>Nmap</application> package contains
<command>nmap</command> and optionally <command>nmapfe</command>.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>nmap</title>
<para><command>nmap</command> is a utility for network exploration and
security auditing. It supports ping scanning, port scanning and
<acronym>TCP</acronym>/<acronym>IP</acronym> fingerprinting.</para></sect3>
<sect3><title>nmapfe</title>
<para><command>nmapfe</command> is the graphical front end for
nmap.</para></sect3>
</sect2>
</sect1>