source: networking/netutils/nmap.xml@ 76f2fb4

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 76f2fb4 was 84a5b4a, checked in by Douglas R. Reno <renodr@…>, 16 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
RevLine 
[3bba7e2]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3bba7e2]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[c6b192c]7 <!ENTITY nmap-download-http "https://nmap.org/dist/nmap-&nmap-version;.tar.bz2">
[142f958b]8 <!ENTITY nmap-download-ftp " ">
[5bc6c45]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)">
[3bba7e2]13]>
14
[58bd309a]15<sect1 id="nmap" xreflabel="Nmap-&nmap-version;">
[c7ac14c]16 <?dbhtml filename="nmap.html"?>
[50b8d8b]17
18
[c7ac14c]19 <title>Nmap-&nmap-version;</title>
[50b8d8b]20
[c7ac14c]21 <indexterm zone="nmap">
22 <primary sortas="a-Nmap">Nmap</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Nmap</title>
[50b8d8b]27
[7c56ece]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>
[50b8d8b]33
[4b6e2b2]34 &lfs113_checked;
[17262820]35
[c7ac14c]36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
[7c56ece]39 <para>
40 Download (HTTP): <ulink url="&nmap-download-http;"/>
41 </para>
[c7ac14c]42 </listitem>
43 <listitem>
[7c56ece]44 <para>
45 Download (FTP): <ulink url="&nmap-download-ftp;"/>
46 </para>
[c7ac14c]47 </listitem>
48 <listitem>
[7c56ece]49 <para>
50 Download MD5 sum: &nmap-md5sum;
51 </para>
[c7ac14c]52 </listitem>
53 <listitem>
[7c56ece]54 <para>
55 Download size: &nmap-size;
56 </para>
[c7ac14c]57 </listitem>
58 <listitem>
[7c56ece]59 <para>
60 Estimated disk space required: &nmap-buildsize;
61 </para>
[c7ac14c]62 </listitem>
63 <listitem>
[7c56ece]64 <para>
65 Estimated build time: &nmap-time;
66 </para>
[c7ac14c]67 </listitem>
68 </itemizedlist>
[50b8d8b]69
[c7ac14c]70 <bridgehead renderas="sect3">Nmap Dependencies</bridgehead>
[50b8d8b]71
[7b23c863]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">
[5bc6c45]82 <xref linkend="liblinear"/>,
[7b23c863]83 <xref linkend="libpcap"/>,
[5bc6c45]84 <xref linkend="libssh2"/>,
[84a5b4a]85 <xref linkend="lua"/>,
86 <xref linkend="pcre"/>, and
87 <xref linkend="pygobject3"/>
[7c56ece]88<!-- libdnet is not recommended, see:
89 http://nmap.org/svn/libdnet-stripped/NMAP_MODIFICATIONS
[7b23c863]90-->
91 </para>
92
[c7ac14c]93 <bridgehead renderas="sect4">Optional</bridgehead>
[7b23c863]94 <para role="optional">
[5bc6c45]95 <ulink url="http://code.google.com/p/libdnet/">libdnet</ulink>
[7b23c863]96 </para>
[50b8d8b]97
[061ec9d]98 <para condition="html" role="usernotes">User Notes:
99 <ulink url="&blfs-wiki;/nmap"/></para>
100
[c7ac14c]101 </sect2>
[50b8d8b]102
[c7ac14c]103 <sect2 role="installation">
104 <title>Installation of Nmap</title>
105
[7c56ece]106 <para>
107 Install <application>Nmap</application> by running the following
108 commands:
109 </para>
[c7ac14c]110
[8dcedec0]111<screen><userinput>./configure --prefix=/usr &amp;&amp;
[b1478b35]112make</userinput></screen>
[ef42c7e]113<!--
[7c56ece]114 <para>
115 If you wish to run the test suite, run the following command:
116 </para>
[274c547]117
118<screen><userinput>sed -i 's/lib./lib/' zenmap/test/run_tests.py</userinput></screen>
[ef42c7e]119-->
[7c56ece]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>
[dc913a5a]125
[7c56ece]126 <para>
127 Now, as the <systemitem class="username">root</systemitem> user:
128 </para>
[50b8d8b]129
[c7ac14c]130<screen role="root"><userinput>make install</userinput></screen>
[50b8d8b]131
[c7ac14c]132 </sect2>
[50b8d8b]133
[8dcedec0]134<!-- nmap-7.90: everything seems ok without this switch
[646a42e]135 <sect2 role="commands">
136 <title>Command Explanations</title>
[7c56ece]137 <para>
[8dcedec0]138 <parameter>- -with-liblua=included</parameter>: This switch is
139 required to fix compilation with <application>lua</application> 5.4.
[7c56ece]140 </para>
[646a42e]141
142 </sect2>
[8dcedec0]143-->
[646a42e]144
[c7ac14c]145 <sect2 role="content">
146 <title>Contents</title>
147
148 <segmentedlist>
149 <segtitle>Installed Programs</segtitle>
150 <segtitle>Installed Libraries</segtitle>
[7b23c863]151 <segtitle>Installed Directories</segtitle>
[50b8d8b]152
[c7ac14c]153 <seglistitem>
[bdf1c03c]154 <seg>
[8dcedec0]155 ncat, ndiff, nmap, nping, uninstall_ndiff, uninstall_zenmap,
156 zenmap, and 2 symlinks to zenmap: nmapfe and xnmap
[bdf1c03c]157 </seg>
158 <seg>
159 None
160 </seg>
161 <seg>
[5bc6c45]162 /usr/lib/python&python3-majorver;/site-packages/{radialnet,zenmapCore,zenmapGUI,zenmap-&nmap-version;-py&python3-majorver;.egg-info},
[b1478b35]163 and /usr/share/{ncat,nmap,zenmap}
[bdf1c03c]164 </seg>
[c7ac14c]165 </seglistitem>
166 </segmentedlist>
[50b8d8b]167
[c7ac14c]168 <variablelist>
169 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
170 <?dbfo list-presentation="list"?>
171 <?dbhtml list-presentation="table"?>
[50b8d8b]172
[17262820]173 <varlistentry id="ncat">
174 <term><command>ncat</command></term>
175 <listitem>
[7c56ece]176 <para>
177 is a utility for reading and writing data across networks from
[4c24eb0a]178 the command line
[7c56ece]179 </para>
[17262820]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>
[7c56ece]189 <para>
[4c24eb0a]190 is a tool to aid in the comparison of Nmap scans
[7c56ece]191 </para>
[17262820]192 <indexterm zone="nmap ndiff">
193 <primary sortas="b-ndiff">ndiff</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
[c7ac14c]198 <varlistentry id="nmap-prog">
199 <term><command>nmap</command></term>
200 <listitem>
[7c56ece]201 <para>
202 is a utility for network exploration and security auditing. It
[4c24eb0a]203 supports ping scanning, port scanning and TCP/IP fingerprinting
[7c56ece]204 </para>
[c7ac14c]205 <indexterm zone="nmap nmap-prog">
206 <primary sortas="b-nmap">nmap</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
[50b8d8b]210
[8dcedec0]211<!-- removed in 7.90, see CHANGELOG
[7b23c863]212 <varlistentry id="nmap-update">
213 <term><command>nmap-update</command></term>
214 <listitem>
[7c56ece]215 <para>
216 is an updater for Nmap architecture-independent files.
217 </para>
[7b23c863]218 <indexterm zone="nmap nmap-update">
219 <primary sortas="b-nmap-update">nmap-update</primary>
220 </indexterm>
221 </listitem>
222 </varlistentry>
[8dcedec0]223-->
[6d772cc]224 <varlistentry id="nping">
225 <term><command>nping</command></term>
226 <listitem>
227 <para>
[7c56ece]228 is an open-source tool for network packet generation, response
[4c24eb0a]229 analysis and response time measurement
[6d772cc]230 </para>
231 <indexterm zone="nmap nping">
232 <primary sortas="b-nping">nping</primary>
233 </indexterm>
234 </listitem>
235 </varlistentry>
236
[b1478b35]237 <varlistentry id="uninstall_ndiff">
238 <term><command>uninstall_ndiff</command></term>
239 <listitem>
240 <para>
[4c24eb0a]241 is a Python script to uninstall <command>ndiff</command>
[b1478b35]242 </para>
243 <indexterm zone="nmap uninstall_ndiff">
244 <primary sortas="b-uninstall_ndiff">uninstall_ndiff</primary>
245 </indexterm>
246 </listitem>
247 </varlistentry>
248
[6d772cc]249 <varlistentry id="uninstall_zenmap">
250 <term><command>uninstall_zenmap</command></term>
251 <listitem>
252 <para>
[4c24eb0a]253 is a Python script to uninstall <command>zenmap</command>
[6d772cc]254 </para>
255 <indexterm zone="nmap uninstall_zenmap">
256 <primary sortas="b-uninstall_zenmap">uninstall_zenmap</primary>
257 </indexterm>
258 </listitem>
259 </varlistentry>
260
[17262820]261 <varlistentry id="zenmap">
262 <term><command>zenmap</command></term>
263 <listitem>
[7c56ece]264 <para>
[4c24eb0a]265 is a Python based graphical nmap frontend viewer
[7c56ece]266 </para>
[17262820]267 <indexterm zone="nmap zenmap">
268 <primary sortas="f-zenmap">zenmap</primary>
269 </indexterm>
270 </listitem>
271 </varlistentry>
272
[c7ac14c]273 </variablelist>
274
275 </sect2>
[f45b1953]276
277</sect1>
Note: See TracBrowser for help on using the repository browser.