home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / nmap254b.zip / README-WIN32 < prev    next >
Text File  |  2001-10-14  |  3KB  |  88 lines

  1.  
  2. The Win32 version of Nmap is still in an ALPHA/BETA stage of
  3. development.  If you find bugs, you are strongly encouraged to report
  4. them to fyodor@insecure.org or nmap-dev@insecure.org .  Patches are
  5. very welcome too :).  
  6.  
  7. I would like to thank the following people for doing most of the Win32
  8. porting work:
  9.  
  10. Andy Lutomirski ( Luto@mailandnews.com )
  11. Ryan Permeh ( ryan@eEye.com ) from eEye Digital Security ( www.eeye.com )
  12.  
  13. Nmap only exists for Win32 because of their hard work.
  14.  
  15. *** Known Issues/Bugs ***
  16.  
  17. == You cannot scan yourself (localhost).  This is currently a WinPcap
  18.    limitation.
  19.  
  20. == Nmap does not work under Windows ME .  This is a WinPcap
  21.    limitation.
  22.  
  23. == RAS connections (eg PPP, SLIP, etc) are not supported except under
  24.    Windows 2000.  This is a WinPcap limitation on NT and it isn't
  25.    supported (yet) on Win98.  Ethernet should work fine on all platforms.
  26.  
  27. == All interfaces (except localhost) should work under Windows 2000 as
  28.    administrator.  If you have trouble under Win2K, try the
  29.    --win_norawsock switch.
  30.  
  31. == NmapFE (the GUI front end) has not yet been ported to Win32 .
  32.  
  33. *** Using the Binary Distribution ***
  34.  
  35. At some point this will be an easy install-shield app and may install
  36. an icon and such for the graphical version of Nmap ( nmapfe ).  But
  37. for now, here is how to use the command line binaries available in
  38. nmap-VERSION-win32.zip :
  39.  
  40. 1) Make sure you have installed Winpcap Version 2.1-beta or later.  This
  41.    is available at http://netgroup-serv.polito.it/winpcap/ .  It is
  42.    very important that you use version 2.1-beta or later.  This is
  43.    optional, but recommended, under Windows 2000.
  44.  
  45. 2) Unzip the archive using Winzip or your favorite decompression
  46.    utility -- a directory call nmap-VERSION will be extracted .
  47.  
  48. 3) Open a command prompt (DOS) window and cd into the new nmap-VERSION
  49.    directory.  Type "nmap -h" for usage information.  
  50.  
  51. *** Compiling the Nmap Source Distribution for Windows ***
  52.  
  53. 1) Decompress the archive ( nmap-VERSION.tgz ).  This is the same
  54.    tarball that is used for UNIX installations.
  55.  
  56. 2) Open Visual C++ 6 and then open the nmap workspace (
  57.    nmap-VERSION/mswin32/nmap.dsw )
  58.  
  59. 3) Project Menu -> Set Active Project -> Nmap
  60.    Build Menu -> Set Active Configuration -> Nmap - Win32 Release
  61.  
  62. 4) Press [F7] to build nmap.exe .
  63.  
  64. 5) The executable can be found in
  65.    nmap-VERSION/mswin32/Release/nmap.exe .  Remember that you must
  66.    have Winpcap Version2.1-beta or later installed to run it (see the
  67.    Binary Distribution instructions).
  68.  
  69. *** Compiling NmapFE Front-end for Windows **
  70.  
  71. 1) Install the Windows versions of Glib, GDK, and GTK from
  72.    http://www.gimp.org/win32/ .  Copy the DLLs somewhere that they can
  73.    be found ( if you don't have a better place, try c:\winnt\system32
  74.    ).  Also copy the include and .lib files to places where your
  75.    compiler can find them ( add the dir to VC++ via Tools -> Options
  76.    -> Directories ).
  77.  
  78. 2) Use steps similar to the "compiling Nmap" list above to compile
  79.    NmapFE.  The Workspace is in nmap-VERSION/nmapfe/nmapfe.dsw .
  80.  
  81. *** Final Worlds ***
  82.  
  83. As mentioned earlier, patches, suggestions, and improvements are more
  84. than welcome!  Send them to nmap-dev@insecure.org or to me personally
  85. ( fyodor@insecure.org ).
  86.  
  87. $Id: README-WIN32,v 1.3 2001/01/02 09:32:29 fyodor Exp $
  88.