Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
nmap
GitHub Repository: nmap/nmap
Path: blob/master/docs/zenmap.xml
3733 views
1
<refentry id='man-zenmap1'>
2
<refmeta>
3
<refentrytitle>zenmap</refentrytitle>
4
<manvolnum>1</manvolnum>
5
<refmiscinfo class="source">Zenmap</refmiscinfo>
6
<refmiscinfo class="manual">Zenmap Reference Guide</refmiscinfo>
7
</refmeta>
8
<refnamediv id='man-name'>
9
<refname>zenmap</refname>
10
<refpurpose>Graphical Nmap frontend and results viewer</refpurpose>
11
</refnamediv>
12
<!-- body begins here -->
13
<refsynopsisdiv id='man-synopsis'>
14
<cmdsynopsis>
15
<command>zenmap</command>
16
<arg choice='opt'>
17
<replaceable>options</replaceable>
18
</arg>
19
<arg choice='opt' repeat='rep'>
20
<replaceable>results file</replaceable>
21
</arg>
22
</cmdsynopsis>
23
</refsynopsisdiv>
24
<refsect1 id='man-description'>
25
<title>Description</title>
26
<web>
27
<note><para>This document describes the very latest version of
28
Zenmap available from <ulink
29
url="https://nmap.org/download.html" />. Please
30
ensure you are using the latest version before reporting that a
31
feature doesn't work as described.</para></note>
32
</web>
33
34
<para>Zenmap is a multi-platform graphical Nmap frontend and results viewer.
35
Zenmap aims to make Nmap easy for beginners to use while giving experienced
36
Nmap users advanced features. Frequently used scans can be saved as profiles
37
to make them easy to run repeatedly. A command creator allows interactive
38
creation of Nmap command lines. Scan results can be saved and viewed later.
39
Saved scan results can be compared with one another to see how they differ.
40
The results of recent scans are stored in a searchable database.</para>
41
42
<para>This man page only describes the few Zenmap command-line options and some critical notes. A much more detailed Zenmap User's Guide is available at <ulink url="https://nmap.org/book/zenmap.html"/>. Other documentation and information is available from the Zenmap web page at <ulink url="https://nmap.org/zenmap/"/>.</para>
43
</refsect1>
44
45
<refsect1 id='man-briefoptions'>
46
<title>Options Summary</title>
47
<variablelist>
48
<varlistentry>
49
<term><option>-f</option></term>
50
<term><option>--file <replaceable>results file</replaceable></option></term>
51
<listitem>
52
<para>Open the given results file for viewing. The results file may be
53
an Nmap XML output file (<filename>.xml</filename>, as produced by
54
<command>nmap -oX</command>) or a Umit scan results file
55
(<filename>.usr</filename>). This option may be given more than
56
once.</para>
57
</listitem>
58
</varlistentry>
59
<varlistentry>
60
<term><option>-h</option></term>
61
<term><option>--help</option></term>
62
<listitem>
63
<para>Show a help message and exit.</para>
64
</listitem>
65
</varlistentry>
66
<varlistentry>
67
<term><option>-n</option></term>
68
<term><option>--nmap <replaceable>Nmap command line</replaceable></option></term>
69
<listitem>
70
<para>Run the given Nmap command within the Zenmap interface. After
71
<option>-n</option> or <option>--nmap</option>, every remaining
72
command line argument is read as the command line to execute. This
73
means that <option>-n</option> or <option>--nmap</option> must be
74
given last, after any other options. Note that the command line must
75
include the <command>nmap</command> executable name: <command>zenmap
76
-n nmap -sS target</command>.</para>
77
</listitem>
78
</varlistentry>
79
<varlistentry>
80
<term><option>-p</option></term>
81
<term><option>--profile <replaceable>profile</replaceable></option></term>
82
<listitem>
83
<para>Start with the given profile selected. The profile name is just
84
a string: <literal>"Regular scan"</literal>. If combined with
85
<option>-t</option>, begin a scan with the given profile against the
86
specified target.</para>
87
</listitem>
88
</varlistentry>
89
<varlistentry>
90
<term><option>-t</option></term>
91
<term><option>--target <replaceable>target</replaceable></option></term>
92
<listitem>
93
<para>Start with the given target. If combined with
94
<option>-p</option>, begin a scan with the given profile against the
95
specified target.</para>
96
</listitem>
97
</varlistentry>
98
<varlistentry>
99
<term><option>-v</option></term>
100
<term><option>--verbose</option></term>
101
<listitem>
102
<para>Increase verbosity (of Zenmap, not Nmap). This option may be
103
given multiple times to get even more verbosity.</para>
104
</listitem>
105
</varlistentry>
106
</variablelist>
107
108
<para>Any other arguments are taken to be the names of results files to
109
open.</para>
110
</refsect1>
111
112
<!-- Automatic crash reporting -->
113
114
<refsect1 id='man-env-vars'>
115
<title>Environment Variables</title>
116
<variablelist>
117
<varlistentry>
118
<term><envar>ZENMAP_DEVELOPMENT</envar></term>
119
<listitem>
120
<para>Set <envar>ZENMAP_DEVELOPMENT</envar> to disable automatic
121
crash reporting.</para>
122
</listitem>
123
</varlistentry>
124
</variablelist>
125
</refsect1>
126
127
<refsect1 id='man-bugs'>
128
<title>Bugs</title>
129
<para>Like their authors, Nmap and Zenmap aren&rsquo;t perfect. But you can
130
help make them better by sending bug reports or even writing patches. If
131
Nmap or Zenmap doesn&rsquo;t behave the way you expect, first upgrade to the
132
latest version available from <ulink url="https://nmap.org"/>. If
133
the problem persists, do some research to determine whether it has already
134
been discovered and addressed. Try Googling the error message or browsing
135
the <citetitle>nmap-dev</citetitle> archives at <ulink url="https://seclists.org/" />.
136
Read this
137
full manual page as well. If nothing comes of this, mail a bug report to
138
<email>[email protected]</email>. Please include everything you have
139
learned about the problem, as well as what version of Zenmap you are running
140
and what operating system version it is running on. Problem reports and
141
Zenmap usage questions sent to [email protected] are far more likely to
142
be answered than those sent to Fyodor directly.</para>
143
144
<para>Code patches to fix bugs are even better than bug reports. Basic
145
instructions for creating patch files with your changes are available at
146
<ulink url="https://svn.nmap.org/nmap/HACKING" />. Patches may be sent
147
to <citetitle>nmap-dev</citetitle> (recommended) or to Fyodor directly.</para>
148
</refsect1>
149
150
<refsect1 id='man-history'>
151
<title>History</title>
152
153
<para>Zenmap was originally derived from Umit, an Nmap GUI created
154
during the Google-sponsored Nmap Summer of Code in 2005 and 2006.
155
The primary author of Umit was Adriano Monteiro Marques. When
156
Umit was modified and integrated into Nmap in 2007, it was renamed
157
Zenmap.</para>
158
159
</refsect1>
160
161
<refsect1 id='man-author'>
162
<title>Authors</title>
163
<!-- Zenmap? -->
164
165
<refsect2>
166
<title>Nmap</title>
167
<para>Fyodor
168
<email>[email protected]</email>
169
(<ulink url="https://insecure.org" />)
170
</para>
171
172
<para>Hundreds of people have made valuable contributions to Nmap
173
over the years. These are detailed in the
174
<filename>CHANGELOG</filename> file which is distributed with Nmap
175
and also available from <ulink
176
url="https://nmap.org/changelog.html" />.</para>
177
</refsect2>
178
179
<refsect2>
180
<title>Umit</title>
181
<para>Zenmap is derived from the Umit Nmap frontend, which was started by Adriano Monteiro Marques as an Nmap/Google Summer of Code project (<email>[email protected]</email>, <ulink url="http://www.umitproject.org" />).</para>
182
</refsect2>
183
</refsect1>
184
185
<!--
186
<refsect1 id='man-legal'>
187
&legal-notices;
188
</refsect1>
189
-->
190
</refentry>
191
192