summaryrefslogtreecommitdiffstats
path: root/docs/zenmap.xml
blob: ff4d9158be206cec1c55c71598af81301310e637 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<refentry id='man-zenmap1'>
  <refmeta>
    <refentrytitle>zenmap</refentrytitle>
    <manvolnum>1</manvolnum>
    <refmiscinfo class="source">Zenmap</refmiscinfo>
    <refmiscinfo class="manual">Zenmap Reference Guide</refmiscinfo>
  </refmeta>
  <refnamediv id='man-name'>
    <refname>zenmap</refname>
    <refpurpose>Graphical Nmap frontend and results viewer</refpurpose>
  </refnamediv>
  <!-- body begins here -->
  <refsynopsisdiv id='man-synopsis'>
    <cmdsynopsis>
      <command>zenmap</command>
      <arg choice='opt'>
        <replaceable>options</replaceable>
      </arg>
      <arg choice='opt' repeat='rep'>
        <replaceable>results file</replaceable>
      </arg>
    </cmdsynopsis>
  </refsynopsisdiv>
  <refsect1 id='man-description'>
    <title>Description</title>
    <web>
    <note><para>This document describes the very latest version of
    Zenmap available from <ulink
    url="https://nmap.org/download.html" />.  Please
    ensure you are using the latest version before reporting that a
    feature doesn't work as described.</para></note>
    </web>

    <para>Zenmap is a multi-platform graphical Nmap frontend and results viewer.
    Zenmap aims to make Nmap easy for beginners to use while giving experienced
    Nmap users advanced features. Frequently used scans can be saved as profiles
    to make them easy to run repeatedly. A command creator allows interactive
    creation of Nmap command lines. Scan results can be saved and viewed later.
    Saved scan results can be compared with one another to see how they differ.
    The results of recent scans are stored in a searchable database.</para>

    <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>
  </refsect1>

  <refsect1 id='man-briefoptions'>
    <title>Options Summary</title>
    <variablelist>
      <varlistentry>
        <term><option>-f</option></term>
        <term><option>--file <replaceable>results file</replaceable></option></term>
        <listitem>
          <para>Open the given results file for viewing. The results file may be
          an Nmap XML output file (<filename>.xml</filename>, as produced by
          <command>nmap -oX</command>) or a Umit scan results file
          (<filename>.usr</filename>). This option may be given more than
          once.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term><option>-h</option></term>
        <term><option>--help</option></term>
        <listitem>
          <para>Show a help message and exit.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term><option>-n</option></term>
        <term><option>--nmap <replaceable>Nmap command line</replaceable></option></term>
        <listitem>
          <para>Run the given Nmap command within the Zenmap interface. After
          <option>-n</option> or <option>--nmap</option>, every remaining
          command line argument is read as the command line to execute. This
          means that <option>-n</option> or <option>--nmap</option> must be
          given last, after any other options. Note that the command line must
          include the <command>nmap</command> executable name: <command>zenmap
          -n nmap -sS target</command>.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term><option>-p</option></term>
        <term><option>--profile <replaceable>profile</replaceable></option></term>
        <listitem>
          <para>Start with the given profile selected. The profile name is just
          a string: <literal>"Regular scan"</literal>. If combined with
          <option>-t</option>, begin a scan with the given profile against the
          specified target.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term><option>-t</option></term>
        <term><option>--target <replaceable>target</replaceable></option></term>
        <listitem>
          <para>Start with the given target. If combined with
          <option>-p</option>, begin a scan with the given profile against the
          specified target.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term><option>-v</option></term>
        <term><option>--verbose</option></term>
        <listitem>
          <para>Increase verbosity (of Zenmap, not Nmap). This option may be
          given multiple times to get even more verbosity.</para>
        </listitem>
      </varlistentry>
    </variablelist>

    <para>Any other arguments are taken to be the names of results files to
    open.</para>
  </refsect1>

  <!-- Automatic crash reporting -->

  <refsect1 id='man-env-vars'>
    <title>Environment Variables</title>
    <variablelist>
      <varlistentry>
        <term><envar>ZENMAP_DEVELOPMENT</envar></term>
        <listitem>
          <para>Set <envar>ZENMAP_DEVELOPMENT</envar> to disable automatic
          crash reporting.</para>
        </listitem>
      </varlistentry>
    </variablelist>
  </refsect1>

  <refsect1 id='man-bugs'>
    <title>Bugs</title>
    <para>Like their authors, Nmap and Zenmap aren&rsquo;t perfect.  But you can
    help make them better by sending bug reports or even writing patches.  If
    Nmap or Zenmap doesn&rsquo;t behave the way you expect, first upgrade to the
    latest version available from <ulink url="https://nmap.org"/>.  If
    the problem persists, do some research to determine whether it has already
    been discovered and addressed.  Try Googling the error message or browsing
    the <citetitle>nmap-dev</citetitle> archives at <ulink url="https://seclists.org/" />.
    Read this
    full manual page as well.  If nothing comes of this, mail a bug report to
    <email>dev@nmap.org</email>.  Please include everything you have
    learned about the problem, as well as what version of Zenmap you are running
    and what operating system version it is running on.  Problem reports and
    Zenmap usage questions sent to dev@nmap.org are far more likely to
    be answered than those sent to Fyodor directly.</para>

    <para>Code patches to fix bugs are even better than bug reports. Basic
    instructions for creating patch files with your changes are available at
    <ulink url="https://svn.nmap.org/nmap/HACKING" />.  Patches may be sent
    to <citetitle>nmap-dev</citetitle> (recommended) or to Fyodor directly.</para>
  </refsect1>

  <refsect1 id='man-history'>
    <title>History</title>

    <para>Zenmap was originally derived from Umit, an Nmap GUI created
    during the Google-sponsored Nmap Summer of Code in 2005 and 2006.
    The primary author of Umit was Adriano Monteiro Marques.  When
    Umit was modified and integrated into Nmap in 2007, it was renamed
    Zenmap.</para>

  </refsect1>

  <refsect1 id='man-author'>
    <title>Authors</title>
    <!-- Zenmap? -->

    <refsect2>
      <title>Nmap</title>
      <para>Fyodor 
      <email>fyodor@nmap.org</email>
      (<ulink url="https://insecure.org" />)
      </para>

      <para>Hundreds of people have made valuable contributions to Nmap
      over the years.  These are detailed in the
      <filename>CHANGELOG</filename> file which is distributed with Nmap
      and also available from <ulink
      url="https://nmap.org/changelog.html" />.</para>
    </refsect2>

    <refsect2>
      <title>Umit</title>
      <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>py.adriano@gmail.com</email>, <ulink url="http://www.umitproject.org" />).</para>
    </refsect2>
  </refsect1>

  <!--
  <refsect1 id='man-legal'>
    &legal-notices;
  </refsect1>
  -->
</refentry>