Ignore:
Timestamp:
06/12/2004 05:58:29 AM (20 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
bfe245f
Parents:
d47e7ea9
Message:

XML Update -- Chapter 19

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2302 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netutils/nmap.xml

    rd47e7ea9 r3bba7e2  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7  <!ENTITY nmap-download-http "http://download.insecure.org/nmap/dist/nmap-&nmap-version;.tar.bz2">
     8  <!ENTITY nmap-download-ftp  " ">
     9  <!ENTITY nmap-size          "1.2 MB">
     10  <!ENTITY nmap-buildsize     "11 MB">
     11  <!ENTITY nmap-time          "0.36 SBU">
     12]>
     13
    114<sect1 id="nmap" xreflabel="Nmap-&nmap-version;">
    215<?dbhtml filename="nmap.html"?>
    316<title>Nmap-&nmap-version;</title>
    417
    5 &nmap-intro;
    6 &nmap-inst;
    7 &nmap-desc;
     18<sect2>
     19<title>Introduction to <application>Nmap</application></title>
     20
     21<para><application>Nmap</application> is a utility for network exploration and
     22security auditing. It supports ping scanning, port scanning and
     23<acronym>TCP</acronym>/<acronym>IP</acronym>
     24fingerprinting.</para>
     25
     26<sect3><title>Package information</title>
     27<itemizedlist spacing='compact'>
     28<listitem><para>Download (HTTP): <ulink url="&nmap-download-http;"/></para></listitem>
     29<listitem><para>Download (FTP): <ulink url="&nmap-download-ftp;"/></para></listitem>
     30<listitem><para>Download size: &nmap-size;</para></listitem>
     31<listitem><para>Estimated Disk space required: &nmap-buildsize;</para></listitem>
     32<listitem><para>Estimated build time: &nmap-time;</para></listitem></itemizedlist>
     33</sect3>
     34
     35<sect3><title><application>Nmap</application> dependencies</title>
     36<sect4><title>Optional</title>
     37<para><xref linkend="openssl"/>, <xref linkend="pcre"/>,
     38<xref linkend="GTK"/> (for building the graphical front-end) and
     39<xref linkend="libpcap"/></para></sect4>
     40</sect3>
     41
     42</sect2>
     43
     44<sect2>
     45<title>Installation of <application>Nmap</application></title>
     46
     47<para>Install <application>Nmap</application> by running the following commands:</para>
     48
     49<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     50make &amp;&amp;
     51make install</command></userinput></screen>
     52
     53</sect2>
     54
     55<sect2>
     56<title>Contents</title>
     57
     58<para>The <application>Nmap</application> package contains
     59<command>nmap</command> and optionally <command>nmapfe</command>.</para>
     60
     61</sect2>
     62
     63<sect2><title>Description</title>
     64
     65<sect3><title>nmap</title>
     66<para><command>nmap</command> is a utility for network exploration and
     67security auditing. It supports ping scanning, port scanning and
     68<acronym>TCP</acronym>/<acronym>IP</acronym> fingerprinting.</para></sect3>
     69
     70<sect3><title>nmapfe</title>
     71<para><command>nmapfe</command> is the graphical front end for
     72nmap.</para></sect3>
     73</sect2>
    874
    975</sect1>
Note: See TracChangeset for help on using the changeset viewer.