source: networking/netutils/nmap.xml@ d54f002

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since d54f002 was d54f002, checked in by Bruce Dubbs <bdubbs@…>, 9 months ago

Tag most of networking section

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