This program enumerates all shared disks found on your local network
using the Win32 API function called WNetEnumResource. When all resources
available have been collected, it will try to recover the passwords from the
password protected shares. It was written to exploit a bug in Windows 9x/ME
that allowed a user to enter a share only knowing the first character of
the password. Because of this, it won't work on Windows NT/2000/XP or
9x/ME machines that have been patched.
|