home *** CD-ROM | disk | FTP | other *** search
/ Steganos Hacker Tools / SHT151.iso / programme / scanner / nmapNTsp1 / Win_2000.exe / README < prev   
Encoding:
Text File  |  2000-09-06  |  3.8 KB  |  63 lines

  1. nmapNT - A Win32 port of nmap v 2.53
  2. 6/9/2000 - eEye Digital Secutity Team
  3. ryan@eEye.com - http://www.eEye.com
  4.  
  5. Thank you so much for submitting bug reports back to us.  it helps s create a stronger product and helps the community.  Remember, that although we are a commercial entity(eEye), we are providing this tool to the public at large, and are doing so with no renumeration.  We hope you understand that bugs exist and by sending them in, you help everyone who uses nmapnt. - Ryan
  6.  
  7. CHANGELOG:
  8. 12/7/2000 - initial release
  9. 6/9/2000 - first service update
  10.     this edition contains numerour updates to the initial port for the areas of stability and completness. 
  11.     some of the changes:
  12.     - completely revamped adapter selection process.  will work much better in  multihomed environments
  13.     - drop incorrect adapters at adapter discovery phase
  14.     - nmap with no options lists availible adapters as well as displaying command lines
  15.     - -e switch now takes a number as an argument(this is due to wildly different naming conventions between 9x, nt         and 2k
  16.     - numerous formatting bugs and various other issues fixed
  17.     
  18.  
  19. Description:
  20. nmap has been a staple of unix distributions and is one of the most favored 
  21. tools of the security community.  Until now, it has been unavailible on the 
  22. single most prolific platform on earth, microsoft windows.  This is a full 
  23. port of all of the scanning functionality of nmap to both Windows NT and 
  24. Windows 2000.
  25.  
  26. Installation:
  27. To use nmapNT under windows, you must have the libpcap drivers loaded.  These
  28. are packet drivers and install just like any normal network driver.  I did not write
  29. these drivers and do not support them(although they are exceptionally well written and
  30. problems should be very rare if ever).  I have included the drivers for NT and 2k, but
  31. if you are the untrusing type, you can get the originals at: 
  32. http://netgroup-serv.polito.it/winpcap/.  There are also detailed instructions for installing 
  33. the drivers. Be sure to restart after you install the drivers, otherwise nmapNT will not function properly.
  34.  
  35. use: 
  36. Make certain that the nmap-os-fingerprint, nmap-rpc, and nmap-services file reside in the same 
  37. place that the binary is, you will probably want to execute from the location of the binary.
  38.  
  39. How:
  40. Windows nt and 2k do not support a great ip interface via winsock, 2k supports raw sockets, but they
  41. are not spectactular, and code written for them will not work under nt.  We avoided the whole situation
  42. by undercutting the windows ip stack entirely, reading and writing directly from the wire.  most of the
  43. code included is pretty much compileable under unix, and most of the windows specific problems i had were 
  44. #ifdef 'ed out to handle win32 specific situations.  the places where it wasn't possible to ifdef, i 
  45. created separate .c files to bring in compatible sets of functions.  I haven't tested a compile on a unix
  46. machine yet, and it's likely to break compile, simply because i may have missed a few ifdefs, so if you want 
  47. to merge the source trees, you better have diff handy and a willingness to spend a little time.
  48.  
  49. All in all there are still some bugs to work out so be sure to send eMail to nmapnt@eeye.com with any bugs you find.
  50.  
  51.  
  52. I have no idea how to install the packet driver you guys are talking about. Help me please!
  53.  
  54. Alright here is the most basic guide to installing the packet driver.
  55. Goto the properties for your network card.
  56. You will want to install a new "protocol".
  57. Click the browse button.
  58. Now navigate to \Nmapnt\DRIVERS\PacketNT (NT4)
  59. or to \Nmapnt\DRIVERS\Packet2K (Win2k)
  60. Click ok a few times to back out of the network dialog boxes.
  61. You will be asked to restart your computer, restart it.
  62. Even if you are not asked to reboot, reboot otherwise the driver will not work correctly.
  63.