glfs/basicnet/netutils/nmap.xml
Manuel Canales Esparcia c7ac14c90f Tagged nmap.xml
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3877 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-04-30 15:38:07 +00:00

130 lines
4.0 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/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 "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/nmap-&nmap-version;.tar.bz2">
<!ENTITY nmap-md5sum "1b54c0608b36f6b3ac92d7d1b910738f">
<!ENTITY nmap-size "1.4 MB">
<!ENTITY nmap-buildsize "14.7 MB">
<!ENTITY nmap-time "0.35 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>
<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><xref linkend="openssl"/>,
<xref linkend="pcre"/>,
<xref linkend="GTK"/> (for building the graphical front-end) and
<xref linkend="libpcap"/></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>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 Directories</segtitle>
<seglistitem>
<seg>nmap and optionally, nmapfe</seg>
<seg>None</seg>
<seg>/usr/share/applications and /usr/share/nmap</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<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 the graphical front end to <command>nmap</command>.</para>
<indexterm zone="nmap nmapfe">
<primary sortas="b-nmapfe">nmapfe</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>