home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Networking / nmap-5.00-setup.exe / ZENMAP_README < prev    next >
Text File  |  2009-07-06  |  2KB  |  62 lines

  1. Introduction
  2.  
  3.    Zenmap is a multi-platform graphical Nmap frontend and results
  4.    viewer.
  5.  
  6.    Zenmap is developed in the Python programming language, and its
  7.    interface is built with the GTK Toolkit. It was originally derived
  8.    from Umit, an Nmap GUI created as part of the Google Summer of Code.
  9.  
  10.    The project goal is to develop an Nmap frontend that is really useful
  11.    for advanced users and easy to be used by newbies. With Zenmap, a
  12.    network admin can create scan profiles for faster and easier network
  13.    scanning and even compare scan results to easily see any changes. New
  14.    users can also construct powerful scans with Zenmap profile editor.
  15.  
  16. Installation
  17.  
  18.    Zenmap is available for multiple platforms. It has been successfully
  19.    tested on the following platforms/flavors:
  20.      * Ubuntu 5.04 Hoary Hedgeog
  21.      * Red Hat Enterprise Linux 4
  22.      * OpenBSD 3.7
  23.      * Microsoft Windows 2000
  24.      * Microsoft Windows XP
  25.      * Apple MacOS X 10.4 (Tiger)
  26.  
  27.    The installation instructions are somewhat different for each
  28.    platform.
  29.  
  30. Default (source) Installation
  31.  
  32.    Zenmap is distributed as part of Nmap. Zenmap is installed along with
  33.    Nmap if its dependencies are installed and Nmap was not configured
  34.    with --without-zenmap.
  35.  
  36.    The list of required software follows:
  37.      * [1]Python 2.4 or higher
  38.      * [2]GTK+ 2.6 or higher
  39.      * [3]PyGTK 2.6 or higher
  40.      * [4]Nmap itself and its requirements
  41.      * [5]PySQLite2
  42.  
  43.    Zenmap's source package are provided in such a way that, if you have
  44.    all the required software, it will run 'out-of-the-tarball'. To run
  45.    the program without installing it, after unpacking the source
  46.    distribution do one of the following:
  47.      * Double click the zenmap file
  48.      * Call the Python interpreter on the zenmap file
  49.  
  50.    Zenmap is packaged using Python distutils. To install Zenmap
  51.    independently of Nmap, enter the zenmap subdirectory and run
  52.      python setup.py install
  53.  
  54. Links:
  55.  
  56. [1] Python official website - http://www.python.org
  57. [2] GTK official website - http://www.gtk.org
  58. [3] PyGTK official website - http://www.pygtk.org
  59. [4] Nmap official website - http://nmap.org
  60. [5] PySQLite2 official website - http://initd.org/tracker/pysqlite
  61. [7] Umit website - http://umit.sourceforge.net
  62.