source: networking/netutils/nmap.xml@ 142f958b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 142f958b was 142f958b, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

ImageMagick-6.8.9-0, nmap-6.45, gtk+-3.12.1, gvfs-1.20.1 and bluez-5.18. Add fc-cache to instructions for font install in ghostscript-9.14.

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

  • Property mode set to 100644
File size: 7.0 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 "http://nmap.org/dist/nmap-&nmap-version;.tar.bz2">
8<!-- <!ENTITY nmap-download-ftp "&gentoo-ftp-repo;/nmap-&nmap-version;.tar.bz2">-->
9 <!ENTITY nmap-download-ftp " ">
10 <!ENTITY nmap-md5sum "e8c337456a692bada3ee53e7f5b87bac">
11 <!ENTITY nmap-size "7.6 MB">
12 <!ENTITY nmap-buildsize "105 MB (additional 1 MB for the tests)">
13 <!ENTITY nmap-time "0.7 SBU (additional 4.3 SBU for the tests)">
14]>
15
16<sect1 id="nmap" xreflabel="Nmap-&nmap-version;">
17 <?dbhtml filename="nmap.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Nmap-&nmap-version;</title>
25
26 <indexterm zone="nmap">
27 <primary sortas="a-Nmap">Nmap</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Nmap</title>
32
33 <para><application>Nmap</application> is a utility for network exploration
34 and security auditing. It supports ping scanning, port scanning and
35 TCP/IP fingerprinting.</para>
36
37 &lfs75_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&nmap-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&nmap-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &nmap-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &nmap-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &nmap-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &nmap-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">Nmap Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Recommended</bridgehead>
64 <note>
65 <para>
66 These packages are recommended because if they're not installed, the
67 build process will compile and link against its own (often older)
68 version.
69 </para>
70 </note>
71
72 <para role="recommended">
73 <xref linkend="libpcap"/>,
74 <xref linkend="lua"/>,
75 <xref linkend="pcre"/>, and
76 <xref linkend="liblinear"/>
77<!-- This is not recommended, see: http://nmap.org/svn/libdnet-stripped/NMAP_MODIFICATIONS
78 <ulink url="http://code.google.com/p/libdnet/">libdnet</ulink>
79-->
80 </para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional">
84 <xref linkend="openssl"/>,
85 <xref linkend="pygtk"/> (required for <command>zenmap</command>),
86 <xref linkend="python2"/> (required for <command>ndiff</command>) and
87 <xref linkend="subversion"/> (required for <command>nmap-update</command>)
88 </para>
89
90 <para condition="html" role="usernotes">User Notes:
91 <ulink url="&blfs-wiki;/nmap"/></para>
92
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of Nmap</title>
97
98 <note>
99 <para>
100 This package does not support parallel build.
101 </para>
102 </note>
103
104 <para>Install <application>Nmap</application> by running the following
105 commands:</para>
106
107<screen><userinput>./configure --prefix=/usr &amp;&amp;
108make -j1</userinput></screen>
109
110 <para>To test the results, issue: <command>make -k check</command> as the
111 <systemitem class="username">root</systemitem> user. Tests need a
112 graphical session. Some tests may fail.</para>
113
114 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
115
116<screen role="root"><userinput>make install</userinput></screen>
117
118 </sect2>
119
120 <sect2 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
124 <segtitle>Installed Programs</segtitle>
125 <segtitle>Installed Libraries</segtitle>
126 <segtitle>Installed Directories</segtitle>
127
128 <seglistitem>
129 <seg>ncat, ndiff, nmap, nmapfe, nmap-update, nping, uninstall_zenmap,
130 xnmap and zenmap</seg>
131<!-- <seg>/usr/lib/python&python2-version;/site-packages/</seg>-->
132 <seg>None</seg>
133 <seg>/usr/share/ncat, /usr/share/nmap and /usr/share/zenmap</seg>
134 </seglistitem>
135 </segmentedlist>
136
137 <variablelist>
138 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
139 <?dbfo list-presentation="list"?>
140 <?dbhtml list-presentation="table"?>
141
142 <varlistentry id="ncat">
143 <term><command>ncat</command></term>
144 <listitem>
145 <para>is a utility for reading and writing data across networks from
146 the command line.</para>
147 <indexterm zone="nmap ncat">
148 <primary sortas="b-ncat">ncat</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 <varlistentry id="ndiff">
154 <term><command>ndiff</command></term>
155 <listitem>
156 <para>is a tool to aid in the comparison of Nmap scans.</para>
157 <indexterm zone="nmap ndiff">
158 <primary sortas="b-ndiff">ndiff</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 <varlistentry id="nmap-prog">
164 <term><command>nmap</command></term>
165 <listitem>
166 <para>is a utility for network exploration and security auditing. It
167 supports ping scanning, port scanning and TCP/IP
168 fingerprinting.</para>
169 <indexterm zone="nmap nmap-prog">
170 <primary sortas="b-nmap">nmap</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 <varlistentry id="nmapfe">
176 <term><command>nmapfe</command></term>
177 <listitem>
178 <para>is a symbolic link to <command>zenmap</command>.</para>
179 <indexterm zone="nmap nmapfe">
180 <primary sortas="b-nmapfe">nmapfe</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 <varlistentry id="nmap-update">
186 <term><command>nmap-update</command></term>
187 <listitem>
188 <para>is an updater for Nmap architecture-independent files.</para>
189 <indexterm zone="nmap nmap-update">
190 <primary sortas="b-nmap-update">nmap-update</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 <varlistentry id="xnmap">
196 <term><command>xnmap</command></term>
197 <listitem>
198 <para>is a symbolic link to <command>zenmap</command>.</para>
199 <indexterm zone="nmap xnmap">
200 <primary sortas="f-xnmap">xnmap</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 <varlistentry id="zenmap">
206 <term><command>zenmap</command></term>
207 <listitem>
208 <para>is a Python based graphical nmap frontend viewer.</para>
209 <indexterm zone="nmap zenmap">
210 <primary sortas="f-zenmap">zenmap</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 </variablelist>
216
217 </sect2>
218
219</sect1>
Note: See TracBrowser for help on using the repository browser.