source: networking/netutils/nmap.xml@ 41b674d

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

LFS75 tags

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

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