home *** CD-ROM | disk | FTP | other *** search
/ Steganos Hacker Tools / SHT151.iso / programme / scanner / winfingerprint / setup.exe / readme.txt next >
Encoding:
Text File  |  2002-02-03  |  4.4 KB  |  123 lines

  1. Release:      Winfingerprint 0.4.1 02/03/2002 
  2. Homepage:     http://winfingerprint.sourceforge.net
  3. Email:        Kirby Kuehl - vacuum@users.souceforge.net
  4. Requirements: Windows NT4, Windows 2000, or Windows XP
  5.  
  6. Most scan options require no special privleges on the remote host.
  7. * Indicates requires administrative privileges.
  8.  
  9. Options:
  10.  
  11. Win Fingerprint - 
  12. Determines the current configuration of each host in the IP Address Range.
  13. This includes OS Version (Major and Minor) as well as type of software
  14. (i.e. PDC, BDC, NT WORKSTATION).
  15. No special privileges are required to perform this command.
  16. NOTE: Inside the Fingerprinting function, winfingerprint attempts to obtain
  17. Domain\Computername. This function call requires administrator privileges.
  18. If the call fails due to insufficient privileges, the IP address will be shown instead.
  19.  
  20. NetBIOS Shares- 
  21. Retrieves information about each shared resource on a server.
  22. No special privileges are required to perform this command.
  23.  
  24. Users - 
  25. Returns user account information.
  26. No special privileges are required to perform this command.
  27.  
  28. Groups - 
  29. Returns group account information.
  30. No special privileges are required to perform this command.
  31.  
  32. Null Sessions - 
  33. Establishes a NULL IPC$ Session with the remote host.
  34. No special privileges are required to perform this command.
  35.  
  36. Ping Hosts -
  37. Pings each host before scanning. DNS resolution also occurs.
  38. Works against non-win32 hosts as well.
  39.  
  40. Date and Time -
  41. Returns date and time of remote server.
  42. No special privileges are required to perform this command.
  43.  
  44. * Registry - 
  45. Determines Service Pack and Hotfix level of remote host by querying registry.
  46.  
  47. * Services - 
  48. Connects to the service control manager on the specified computer and opens the
  49. specified service control manager database.
  50.  
  51. Transports -
  52. Returns information about transport protocols, including MAC Address.
  53. No special privileges are required to perform this command.
  54.  
  55. Sessions - 
  56. Provides information about sessions established on a server.
  57. No special privileges are required to perform this command.
  58.  
  59. * Disks -
  60. Retrieves a list of disk drives on a server.
  61. Only members of the Administrators or Account Operators local group can
  62. successfully execute the NetServerDiskEnum function on a remote computer.
  63.  
  64.  
  65. Scan TCP Port Range -
  66. Non-blocking TCP connect() portscan. Grabs banner versions. 
  67.  
  68.  
  69. Changelog:
  70.  
  71. 0.4.1
  72. + _s*printf() to _sn*printf().
  73. + Win Fingerprinting is now an option
  74. + Fixed extremely slow TCP Portscanning found in 0.3.0 and 0.4.0
  75.   It's now quite useable !!
  76. + Added Active Directory Support which is currently turned off ;)
  77. + Added getservbyport() lookups to portscanning code.
  78. + Migrated from Installshield to Nullsoft SuperPimp.
  79.   From: http://www.nullsoft.com/free/nsis/
  80.   Finally adding README (instructions/changelog) to menu.
  81.   Adding uninstall to menu
  82.   Installshield = 1180KB (Bloat)
  83.   Superpimp     = 663KB
  84.   
  85. + Added GPL to sourcecode (winfingerprint has always been GPL)
  86. + Now works on Windows XP.
  87.  
  88.  
  89. 0.4.0 11/14/2001
  90. + Added DNS Resolution to ICMP function.
  91. + Added Domain\computername to Fingerprinting Function.
  92. ! Rewrote TCP Portscan. Now, non-blocking connect() scanner with banner grabbing capability.
  93. ! GUI Changes (It's black).
  94. ! Fixed poorly packaged installshield from 0.3.0 release.
  95.  
  96. 0.3.0 09/04/2001
  97. + Disk Enumeration
  98. ! Fixed group enumeration
  99. ! Lots of code cleanup.
  100. ! Fixed session enumeration
  101. ! Fixed remote date and time
  102. + IP Range validity checks.
  103.  
  104. 0.2.0
  105. Winfingerprint 0.2.0 07/11/2001 
  106. + Added IP Address Range support.
  107. + Added TCP Port Scan Range
  108. + Changed ClistBox to CEditBox
  109. + Added Save Output Function.
  110. + Made Null Sessions an option
  111. - Removed WNetEnumResource() (The old Network Enumeration Function)
  112. ! Fixed Null Session Bug introduced in 0.1.0
  113. ! Fixed ErrorHandler() to actually return appropriate error message.
  114. ! Code Optimizations and Cleanups.
  115.  
  116. Winfingerprint 0.1.0 03/12/2001 
  117. Initial release of winfingerprint with integrated GUI! This 
  118. version is basically winfingerprint 2.29 with an MFC GUI.
  119. winfingerprint 2.29 is a commandline application and is now
  120. available as winfingerprintclassic in CVS.
  121.  
  122. Successful merger of winfingerprintclassic 2.29 command line version of winfingerprint and wfple 0.1.0. winfingerprintclassic was very stable although it was commandline. wfple was a short lived, limited edition as I migrated to the MFC GUI version.
  123.