source: networking/netutils/nmap.xml@ 67f16c1

12.0 12.1 12.2 gimp3 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128 xry111/xf86-video-removal
Last change on this file since 67f16c1 was 5bc6c45, checked in by Pierre Labastie <pierre.labastie@…>, 16 months ago

Update to nmap-7.94

  • Property mode set to 100644
File size: 7.9 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"/>, and
86 <xref linkend="pcre"/>
87<!-- libdnet is not recommended, see:
88 http://nmap.org/svn/libdnet-stripped/NMAP_MODIFICATIONS
89-->
90 </para>
91
92 <bridgehead renderas="sect4">Optional</bridgehead>
93 <para role="optional">
94 <ulink url="http://code.google.com/p/libdnet/">libdnet</ulink>
95 </para>
96
97 <para condition="html" role="usernotes">User Notes:
98 <ulink url="&blfs-wiki;/nmap"/></para>
99
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of Nmap</title>
104
105 <para>
106 Install <application>Nmap</application> by running the following
107 commands:
108 </para>
109
110<screen><userinput>./configure --prefix=/usr &amp;&amp;
111make</userinput></screen>
112<!--
113 <para>
114 If you wish to run the test suite, run the following command:
115 </para>
116
117<screen><userinput>sed -i 's/lib./lib/' zenmap/test/run_tests.py</userinput></screen>
118-->
119 <para>
120 To test the results, issue: <command>make check</command> as the
121 <systemitem class="username">root</systemitem> user. Tests need a
122 graphical session.
123 </para>
124
125 <para>
126 Now, as the <systemitem class="username">root</systemitem> user:
127 </para>
128
129<screen role="root"><userinput>make install</userinput></screen>
130
131 </sect2>
132
133<!-- nmap-7.90: everything seems ok without this switch
134 <sect2 role="commands">
135 <title>Command Explanations</title>
136 <para>
137 <parameter>- -with-liblua=included</parameter>: This switch is
138 required to fix compilation with <application>lua</application> 5.4.
139 </para>
140
141 </sect2>
142-->
143
144 <sect2 role="content">
145 <title>Contents</title>
146
147 <segmentedlist>
148 <segtitle>Installed Programs</segtitle>
149 <segtitle>Installed Libraries</segtitle>
150 <segtitle>Installed Directories</segtitle>
151
152 <seglistitem>
153 <seg>
154 ncat, ndiff, nmap, nping, uninstall_ndiff, uninstall_zenmap,
155 zenmap, and 2 symlinks to zenmap: nmapfe and xnmap
156 </seg>
157 <seg>
158 None
159 </seg>
160 <seg>
161 /usr/lib/python&python3-majorver;/site-packages/{radialnet,zenmapCore,zenmapGUI,zenmap-&nmap-version;-py&python3-majorver;.egg-info},
162 and /usr/share/{ncat,nmap,zenmap}
163 </seg>
164 </seglistitem>
165 </segmentedlist>
166
167 <variablelist>
168 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
169 <?dbfo list-presentation="list"?>
170 <?dbhtml list-presentation="table"?>
171
172 <varlistentry id="ncat">
173 <term><command>ncat</command></term>
174 <listitem>
175 <para>
176 is a utility for reading and writing data across networks from
177 the command line
178 </para>
179 <indexterm zone="nmap ncat">
180 <primary sortas="b-ncat">ncat</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 <varlistentry id="ndiff">
186 <term><command>ndiff</command></term>
187 <listitem>
188 <para>
189 is a tool to aid in the comparison of Nmap scans
190 </para>
191 <indexterm zone="nmap ndiff">
192 <primary sortas="b-ndiff">ndiff</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 <varlistentry id="nmap-prog">
198 <term><command>nmap</command></term>
199 <listitem>
200 <para>
201 is a utility for network exploration and security auditing. It
202 supports ping scanning, port scanning and TCP/IP fingerprinting
203 </para>
204 <indexterm zone="nmap nmap-prog">
205 <primary sortas="b-nmap">nmap</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210<!-- removed in 7.90, see CHANGELOG
211 <varlistentry id="nmap-update">
212 <term><command>nmap-update</command></term>
213 <listitem>
214 <para>
215 is an updater for Nmap architecture-independent files.
216 </para>
217 <indexterm zone="nmap nmap-update">
218 <primary sortas="b-nmap-update">nmap-update</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222-->
223 <varlistentry id="nping">
224 <term><command>nping</command></term>
225 <listitem>
226 <para>
227 is an open-source tool for network packet generation, response
228 analysis and response time measurement
229 </para>
230 <indexterm zone="nmap nping">
231 <primary sortas="b-nping">nping</primary>
232 </indexterm>
233 </listitem>
234 </varlistentry>
235
236 <varlistentry id="uninstall_ndiff">
237 <term><command>uninstall_ndiff</command></term>
238 <listitem>
239 <para>
240 is a Python script to uninstall <command>ndiff</command>
241 </para>
242 <indexterm zone="nmap uninstall_ndiff">
243 <primary sortas="b-uninstall_ndiff">uninstall_ndiff</primary>
244 </indexterm>
245 </listitem>
246 </varlistentry>
247
248 <varlistentry id="uninstall_zenmap">
249 <term><command>uninstall_zenmap</command></term>
250 <listitem>
251 <para>
252 is a Python script to uninstall <command>zenmap</command>
253 </para>
254 <indexterm zone="nmap uninstall_zenmap">
255 <primary sortas="b-uninstall_zenmap">uninstall_zenmap</primary>
256 </indexterm>
257 </listitem>
258 </varlistentry>
259
260 <varlistentry id="zenmap">
261 <term><command>zenmap</command></term>
262 <listitem>
263 <para>
264 is a Python based graphical nmap frontend viewer
265 </para>
266 <indexterm zone="nmap zenmap">
267 <primary sortas="f-zenmap">zenmap</primary>
268 </indexterm>
269 </listitem>
270 </varlistentry>
271
272 </variablelist>
273
274 </sect2>
275
276</sect1>
Note: See TracBrowser for help on using the repository browser.