The user passwords for Ipswitch's IMail servers are stored in encrypted form in the Windows NT registry.
(HKEY_LOCAL_MACHINE\SOFTWARE\Ipswitch\IMail\Domains\yourdomain\users\)
Follow these steps:
- Click on start and then click on run.
- In run dialog box type regedit.
- Either press enter or click Ok button on the run dialog box.
- Then navigate to (HKEY_LOCAL_MACHINE\SOFTWARE\Ipswitch\IMail\Domains\yourdomain\users\).
- Click on the user you want the password for.
- On the right you will see a bunch of entries. You want the data in the entry named "Password".
- This is their password in HEX form.
- Enter their username below. If their email is johndoe@domain.com, then their username is johndoe.
- Then enter their HEX password and click "Get Password".
About
Written By: Tony Virelli <tvirelli@gmail.com>
Special Thanks To:
John Hass for writing the hex2string function.
Original concept from:
http://seclists.org/bugtraq/1999/Mar/0010.html
From: Steven Alexander <steve_at_cell2000.net>
Date: Thu, 4 Mar 1999 22:30:42 -0800
"IMAIL password recovery is trivial."
Note about the "Not So Perfect" part:
Sometimes you will not get a complete word, the best example of this
is when a users password is "password". The output will actually look
like this: passwot

but you get the idea. Like I said... Not So Perfect, But Works Pretty Good!
Only tested on iMail 8.22
All other trademarks are the property of their respective owners.
License:
The MIT License
Copyright (c) 2008 Tony Virelli
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Close Instructions