source: basicnet/netutils/nmap.xml@ d98d6ca

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
Last change on this file since d98d6ca was d98d6ca, checked in by Randy McMurchy <randy@…>, 20 years ago

Updated to Nmap-3.55

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

  • Property mode set to 100644
File size: 2.5 KB
Line 
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.3 MB">
10 <!ENTITY nmap-buildsize "12.5 MB">
11 <!ENTITY nmap-time "0.36 SBU">
12]>
13
14<sect1 id="nmap" xreflabel="Nmap-&nmap-version;">
15<?dbhtml filename="nmap.html"?>
16<title><application>Nmap</application>-&nmap-version;</title>
17
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> fingerprinting.</para>
24
25<sect3><title>Package information</title>
26<itemizedlist spacing='compact'>
27<listitem><para>Download (HTTP): <ulink url="&nmap-download-http;"/></para></listitem>
28<listitem><para>Download (FTP): <ulink url="&nmap-download-ftp;"/></para></listitem>
29<listitem><para>Download size: &nmap-size;</para></listitem>
30<listitem><para>Estimated Disk space required: &nmap-buildsize;</para></listitem>
31<listitem><para>Estimated build time: &nmap-time;</para></listitem></itemizedlist>
32</sect3>
33
34<sect3><title><application>Nmap</application> dependencies</title>
35<sect4><title>Optional</title>
36<para><xref linkend="openssl"/>, <xref linkend="pcre"/>,
37<xref linkend="GTK"/> (for building the graphical front-end) and
38<xref linkend="libpcap"/></para></sect4>
39</sect3>
40
41</sect2>
42
43<sect2>
44<title>Installation of <application>Nmap</application></title>
45
46<para>Install <application>Nmap</application> by running the following
47commands:</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>
74
75</sect1>
Note: See TracBrowser for help on using the repository browser.