Nmap-Sharp v0.1
==============================
Copyright (c) 2005, Spoiala Cristian


Contents

1. Description
2. Project Web Site and contact info
3. Requirements
4. Installation and Running
5. Documentation
6. Known Issues


--------------
1. Description
--------------

Nmap-Sharp is a frontend for nmap - http://www.insecure.org/nmap/.
It is written in C# and is using Gtk#.

Nmap-Sharp is distributed under the terms of the GNU General Public License (GPL). 
See the file COPYING for more information.

For next versions I will try to update the GUI for last versions of nmap. For now 
I will port nmapfe and change some default options.

------------------------------------
2. Project Web Site and contact info
------------------------------------

More information, bug reports and the latest releases can be found at: 
  http://forge.novell.com/modules/xfmod/project/?nmap-sharp

I can be contacted at: scristian [at] gmail [dot] com.

---------------
3. Requirements
---------------

The main target platform for Nmap-Sharp is GNU/Linux. However, all the libraries it
uses are cross-platform, so it should be possible able to run without problems 
on all the major platforms (GNU/Linux, *BSD, Solaris, Win32).

To build and run nmap-sharp you need:
    * nmap (http://www.insecure.org/nmap/)
    * GTK+ 2.4 (Included in all modern GNU/Linux distributions, http://www.gtk.org)
    * mono/.NET runtime and C# compiler (http://www.mono-project.com)
    * Gtk# 1.9.2 bindings for GTK+ (http://gtk-sharp.sourceforge.net)
    
For windows you can use this setup http://www.go-mono.com/archive/1.1.4/windows/mono-1.1.4-gtksharp-1.9.2-win32-0.2.exe

Development is done using the latest stable versions of the above libraries. 
Although using an older version may be OK, there is no guarantee that there 
will not be problems.

---------------
4. Installation and Running
---------------

for linux
run make.sh to compile or run the binary with mono nmap-sharp.exe

TODO: create a make.bat for building in windows
start with mono nmap-sharp.exe 

----------------
5. Documentation
----------------

---------------
6. Known Issues
---------------

* Files tab is not finished
* there are some warnings related to glade in windows version, because I used a newer glade
