glfs/basicnet/netutils/nmap.xml
Manuel Canales Esparcia ff769b8c61 Updated the XML sources to use DocBook XML DTD-4.4.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3656 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-04-03 20:52:42 +00:00

113 lines
3.5 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;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="nmap.html"?>
<title><application>Nmap</application>-&nmap-version;</title>
<indexterm zone="nmap">
<primary sortas="a-Nmap">Nmap</primary></indexterm>
<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 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>
</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</command></userinput></screen>
<para>Now, as the root user:</para>
<screen><userinput role='root'><command>make install</command></userinput></screen>
</sect2>
<sect2>
<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"?>
<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
<acronym>TCP</acronym>/<acronym>IP</acronym> 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>