source: networking/netutils/nmap.xml@ cc550bc

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since cc550bc was 84a5b4a, checked in by Douglas R. Reno <renodr@…>, 13 months ago

nmap: Zenmap needs PyGObject3, it was ported from PyGTK (and Python2) in
7.94.

  • Property mode set to 100644
File size: 8.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 "https://nmap.org/dist/nmap-&nmap-version;.tar.bz2">
8 <!ENTITY nmap-download-ftp " ">
9 <!ENTITY nmap-md5sum "4f65e08148d1eaac6b1a1482e7185e1d">
10 <!ENTITY nmap-size "11 MB">
11 <!ENTITY nmap-buildsize "138 MB (add 17 MB for tests)">
12 <!ENTITY nmap-time "0.3 SBU (Using parallelism=4; add 0.1 SBU for tests)">
13]>
14
15<sect1 id="nmap" xreflabel="Nmap-&nmap-version;">
16 <?dbhtml filename="nmap.html"?>
17
18
19 <title>Nmap-&nmap-version;</title>
20
21 <indexterm zone="nmap">
22 <primary sortas="a-Nmap">Nmap</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Nmap</title>
27
28 <para>
29 <application>Nmap</application> is a utility for network exploration
30 and security auditing. It supports ping scanning, port scanning and
31 TCP/IP fingerprinting.
32 </para>
33
34 &lfs113_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&nmap-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&nmap-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &nmap-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &nmap-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &nmap-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &nmap-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Nmap Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Recommended</bridgehead>
73 <note>
74 <para>
75 These packages are recommended because if they're not installed, the
76 build process will compile and link against its own (often older)
77 version.
78 </para>
79 </note>
80
81 <para role="recommended">
82 <xref linkend="liblinear"/>,
83 <xref linkend="libpcap"/>,
84 <xref linkend="libssh2"/>,
85 <xref linkend="lua"/>,
86 <xref linkend="pcre"/>, and
87 <xref linkend="pygobject3"/>
88<!-- libdnet is not recommended, see:
89 http://nmap.org/svn/libdnet-stripped/NMAP_MODIFICATIONS
90-->
91 </para>
92
93 <bridgehead renderas="sect4">Optional</bridgehead>
94 <para role="optional">
95 <ulink url="http://code.google.com/p/libdnet/">libdnet</ulink>
96 </para>
97
98 <para condition="html" role="usernotes">User Notes:
99 <ulink url="&blfs-wiki;/nmap"/></para>
100
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of Nmap</title>
105
106 <para>
107 Install <application>Nmap</application> by running the following
108 commands:
109 </para>
110
111<screen><userinput>./configure --prefix=/usr &amp;&amp;
112make</userinput></screen>
113<!--
114 <para>
115 If you wish to run the test suite, run the following command:
116 </para>
117
118<screen><userinput>sed -i 's/lib./lib/' zenmap/test/run_tests.py</userinput></screen>
119-->
120 <para>
121 To test the results, issue: <command>make check</command> as the
122 <systemitem class="username">root</systemitem> user. Tests need a
123 graphical session.
124 </para>
125
126 <para>
127 Now, as the <systemitem class="username">root</systemitem> user:
128 </para>
129
130<screen role="root"><userinput>make install</userinput></screen>
131
132 </sect2>
133
134<!-- nmap-7.90: everything seems ok without this switch
135 <sect2 role="commands">
136 <title>Command Explanations</title>
137 <para>
138 <parameter>- -with-liblua=included</parameter>: This switch is
139 required to fix compilation with <application>lua</application> 5.4.
140 </para>
141
142 </sect2>
143-->
144
145 <sect2 role="content">
146 <title>Contents</title>
147
148 <segmentedlist>
149 <segtitle>Installed Programs</segtitle>
150 <segtitle>Installed Libraries</segtitle>
151 <segtitle>Installed Directories</segtitle>
152
153 <seglistitem>
154 <seg>
155 ncat, ndiff, nmap, nping, uninstall_ndiff, uninstall_zenmap,
156 zenmap, and 2 symlinks to zenmap: nmapfe and xnmap
157 </seg>
158 <seg>
159 None
160 </seg>
161 <seg>
162 /usr/lib/python&python3-majorver;/site-packages/{radialnet,zenmapCore,zenmapGUI,zenmap-&nmap-version;-py&python3-majorver;.egg-info},
163 and /usr/share/{ncat,nmap,zenmap}
164 </seg>
165 </seglistitem>
166 </segmentedlist>
167
168 <variablelist>
169 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
170 <?dbfo list-presentation="list"?>
171 <?dbhtml list-presentation="table"?>
172
173 <varlistentry id="ncat">
174 <term><command>ncat</command></term>
175 <listitem>
176 <para>
177 is a utility for reading and writing data across networks from
178 the command line
179 </para>
180 <indexterm zone="nmap ncat">
181 <primary sortas="b-ncat">ncat</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 <varlistentry id="ndiff">
187 <term><command>ndiff</command></term>
188 <listitem>
189 <para>
190 is a tool to aid in the comparison of Nmap scans
191 </para>
192 <indexterm zone="nmap ndiff">
193 <primary sortas="b-ndiff">ndiff</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 <varlistentry id="nmap-prog">
199 <term><command>nmap</command></term>
200 <listitem>
201 <para>
202 is a utility for network exploration and security auditing. It
203 supports ping scanning, port scanning and TCP/IP fingerprinting
204 </para>
205 <indexterm zone="nmap nmap-prog">
206 <primary sortas="b-nmap">nmap</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
211<!-- removed in 7.90, see CHANGELOG
212 <varlistentry id="nmap-update">
213 <term><command>nmap-update</command></term>
214 <listitem>
215 <para>
216 is an updater for Nmap architecture-independent files.
217 </para>
218 <indexterm zone="nmap nmap-update">
219 <primary sortas="b-nmap-update">nmap-update</primary>
220 </indexterm>
221 </listitem>
222 </varlistentry>
223-->
224 <varlistentry id="nping">
225 <term><command>nping</command></term>
226 <listitem>
227 <para>
228 is an open-source tool for network packet generation, response
229 analysis and response time measurement
230 </para>
231 <indexterm zone="nmap nping">
232 <primary sortas="b-nping">nping</primary>
233 </indexterm>
234 </listitem>
235 </varlistentry>
236
237 <varlistentry id="uninstall_ndiff">
238 <term><command>uninstall_ndiff</command></term>
239 <listitem>
240 <para>
241 is a Python script to uninstall <command>ndiff</command>
242 </para>
243 <indexterm zone="nmap uninstall_ndiff">
244 <primary sortas="b-uninstall_ndiff">uninstall_ndiff</primary>
245 </indexterm>
246 </listitem>
247 </varlistentry>
248
249 <varlistentry id="uninstall_zenmap">
250 <term><command>uninstall_zenmap</command></term>
251 <listitem>
252 <para>
253 is a Python script to uninstall <command>zenmap</command>
254 </para>
255 <indexterm zone="nmap uninstall_zenmap">
256 <primary sortas="b-uninstall_zenmap">uninstall_zenmap</primary>
257 </indexterm>
258 </listitem>
259 </varlistentry>
260
261 <varlistentry id="zenmap">
262 <term><command>zenmap</command></term>
263 <listitem>
264 <para>
265 is a Python based graphical nmap frontend viewer
266 </para>
267 <indexterm zone="nmap zenmap">
268 <primary sortas="f-zenmap">zenmap</primary>
269 </indexterm>
270 </listitem>
271 </varlistentry>
272
273 </variablelist>
274
275 </sect2>
276
277</sect1>
Note: See TracBrowser for help on using the repository browser.