source: networking/netutils/nmap.xml@ bfa6e44

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 bfa6e44 was bfa6e44, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Update to nmap-6.01

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

  • Property mode set to 100644
File size: 5.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY nmap-download-http "&sources-anduin-http;/n/nmap-&nmap-version;.tar.bz2">
8 <!ENTITY nmap-download-ftp "&gentoo-ftp-repo;/nmap-&nmap-version;.tar.bz2">
9 <!ENTITY nmap-md5sum "a1a71940f238abb835dbf3ee7412bcea">
10 <!ENTITY nmap-size "21 MB">
11 <!ENTITY nmap-buildsize "115 MB">
12 <!ENTITY nmap-time "0.9 SBU">
13]>
14
15<sect1 id="nmap" xreflabel="Nmap-&nmap-version;">
16 <?dbhtml filename="nmap.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Nmap-&nmap-version;</title>
24
25 <indexterm zone="nmap">
26 <primary sortas="a-Nmap">Nmap</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Nmap</title>
31
32 <para><application>Nmap</application> is a utility for network exploration
33 and security auditing. It supports ping scanning, port scanning and
34 TCP/IP fingerprinting.</para>
35
36 &lfs70_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&nmap-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&nmap-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &nmap-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &nmap-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &nmap-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &nmap-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">Nmap Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Optional</bridgehead>
63 <para role="optional"><xref linkend="openssl"/>,
64 <xref linkend="pcre"/>,
65 <xref linkend="libpcap"/>,
66 <xref linkend="gtk2"/> (run time dependency), and
67 <ulink url="http://sourceforge.net/projects/libdnet/">libdnet</ulink></para>
68
69 <para condition="html" role="usernotes">User Notes:
70 <ulink url="&blfs-wiki;/nmap"/></para>
71
72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of Nmap</title>
76
77 <para>Install <application>Nmap</application> by running the following
78 commands:</para>
79
80<screen><userinput>./configure --prefix=/usr &amp;&amp;
81make</userinput></screen>
82
83 <para>This package does not come with a test suite.</para>
84
85 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
86
87<screen role="root"><userinput>make install</userinput></screen>
88
89 </sect2>
90
91 <sect2 role="content">
92 <title>Contents</title>
93
94 <segmentedlist>
95 <segtitle>Installed Programs</segtitle>
96 <segtitle>Installed Libraries</segtitle>
97 <segtitle>Installed Directory</segtitle>
98
99 <seglistitem>
100 <seg>ncat, ndiff, nmap, nmapfe, nping, uninstall_zenmap, xnmap, and zenmap</seg>
101 <seg>/usr/lib/python&python2-version;/site-packages/</seg>
102 <seg>/usr/share/nmap</seg>
103 </seglistitem>
104 </segmentedlist>
105
106 <variablelist>
107 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
108 <?dbfo list-presentation="list"?>
109 <?dbhtml list-presentation="table"?>
110
111 <varlistentry id="ncat">
112 <term><command>ncat</command></term>
113 <listitem>
114 <para>is a utility for reading and writing data across networks from
115 the command line.</para>
116 <indexterm zone="nmap ncat">
117 <primary sortas="b-ncat">ncat</primary>
118 </indexterm>
119 </listitem>
120 </varlistentry>
121
122 <varlistentry id="ndiff">
123 <term><command>ndiff</command></term>
124 <listitem>
125 <para>is a tool to aid in the comparison of Nmap scans.</para>
126 <indexterm zone="nmap ndiff">
127 <primary sortas="b-ndiff">ndiff</primary>
128 </indexterm>
129 </listitem>
130 </varlistentry>
131
132 <varlistentry id="nmap-prog">
133 <term><command>nmap</command></term>
134 <listitem>
135 <para>is a utility for network exploration and security auditing. It
136 supports ping scanning, port scanning and TCP/IP
137 fingerprinting.</para>
138 <indexterm zone="nmap nmap-prog">
139 <primary sortas="b-nmap">nmap</primary>
140 </indexterm>
141 </listitem>
142 </varlistentry>
143
144 <varlistentry id="nmapfe">
145 <term><command>nmapfe</command></term>
146 <listitem>
147 <para>is a symbolic link to <command>zenmap.</command>.</para>
148 <indexterm zone="nmap nmapfe">
149 <primary sortas="b-nmapfe">nmapfe</primary>
150 </indexterm>
151 </listitem>
152 </varlistentry>
153
154 <varlistentry id="xnmap">
155 <term><command>xnmap</command></term>
156 <listitem>
157 <para>is a symbolic link to <command>zenmap.</command>.</para>
158 <indexterm zone="nmap xnmap">
159 <primary sortas="f-xnmap">xnmap</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 <varlistentry id="zenmap">
165 <term><command>zenmap</command></term>
166 <listitem>
167 <para>is a Python based graphical nmap frontend viewer.
168 <xref linkend='gtk2'/> is a required run time dependency.</para>
169 <indexterm zone="nmap zenmap">
170 <primary sortas="f-zenmap">zenmap</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 </variablelist>
176
177 </sect2>
178
179</sect1>
Note: See TracBrowser for help on using the repository browser.