source: basicnet/netutils/nmap.xml@ ff769b8c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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
Last change on this file since ff769b8c was ff769b8c, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

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

  • Property mode set to 100644
File size: 3.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/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 "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/nmap-&nmap-version;.tar.bz2">
9 <!ENTITY nmap-md5sum "1b54c0608b36f6b3ac92d7d1b910738f">
10 <!ENTITY nmap-size "1.4 MB">
11 <!ENTITY nmap-buildsize "14.7 MB">
12 <!ENTITY nmap-time "0.35 SBU">
13]>
14
15<sect1 id="nmap" xreflabel="Nmap-&nmap-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="nmap.html"?>
21<title><application>Nmap</application>-&nmap-version;</title>
22<indexterm zone="nmap">
23<primary sortas="a-Nmap">Nmap</primary></indexterm>
24
25<sect2>
26<title>Introduction to <application>Nmap</application></title>
27
28<para><application>Nmap</application> is a utility for network exploration and
29security auditing. It supports ping scanning, port scanning and
30<acronym>TCP</acronym>/<acronym>IP</acronym> fingerprinting.</para>
31
32<sect3><title>Package information</title>
33<itemizedlist spacing='compact'>
34<listitem><para>Download (HTTP):
35<ulink url="&nmap-download-http;"/></para></listitem>
36<listitem><para>Download (FTP):
37<ulink url="&nmap-download-ftp;"/></para></listitem>
38<listitem><para>Download MD5 sum: &nmap-md5sum;</para></listitem>
39<listitem><para>Download size: &nmap-size;</para></listitem>
40<listitem><para>Estimated disk space required:
41&nmap-buildsize;</para></listitem>
42<listitem><para>Estimated build time:
43&nmap-time;</para></listitem></itemizedlist>
44</sect3>
45
46<sect3><title><application>Nmap</application> dependencies</title>
47<sect4><title>Optional</title>
48<para><xref linkend="openssl"/>,
49<xref linkend="pcre"/>,
50<xref linkend="GTK"/> (for building the graphical front-end) and
51<xref linkend="libpcap"/></para>
52</sect4>
53</sect3>
54
55</sect2>
56
57<sect2>
58<title>Installation of <application>Nmap</application></title>
59
60<para>Install <application>Nmap</application> by running the following
61commands:</para>
62
63<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
64make</command></userinput></screen>
65
66<para>Now, as the root user:</para>
67
68<screen><userinput role='root'><command>make install</command></userinput></screen>
69
70</sect2>
71
72<sect2>
73<title>Contents</title>
74
75<segmentedlist>
76<segtitle>Installed Programs</segtitle>
77<segtitle>Installed Libraries</segtitle>
78<segtitle>Installed Directories</segtitle>
79
80<seglistitem>
81<seg>nmap and optionally, nmapfe</seg>
82<seg>None</seg>
83<seg>/usr/share/applications and /usr/share/nmap</seg>
84</seglistitem>
85</segmentedlist>
86
87<variablelist>
88<bridgehead renderas="sect3">Short Descriptions</bridgehead>
89<?dbfo list-presentation="list"?>
90
91<varlistentry id="nmap-prog">
92<term><command>nmap</command></term>
93<listitem><para>is a utility for network exploration and security auditing. It
94supports ping scanning, port scanning and
95<acronym>TCP</acronym>/<acronym>IP</acronym> fingerprinting.</para>
96<indexterm zone="nmap nmap-prog">
97<primary sortas="b-nmap">nmap</primary>
98</indexterm></listitem>
99</varlistentry>
100
101<varlistentry id="nmapfe">
102<term><command>nmapfe</command></term>
103<listitem><para>is the graphical front end to <command>nmap</command>.</para>
104<indexterm zone="nmap nmapfe">
105<primary sortas="b-nmapfe">nmapfe</primary>
106</indexterm></listitem>
107</varlistentry>
108</variablelist>
109
110</sect2>
111
112</sect1>
Note: See TracBrowser for help on using the repository browser.