[36158] in bugtraq
RE: [Full-Disclosure] IpSwitch IMail Server <= ver 8.1 User Password Decryption
daemon@ATHENA.MIT.EDU (Bill Roemhild)
Wed Aug 18 05:07:27 2004
content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain;
charset="us-ascii"
Date: Mon, 16 Aug 2004 12:14:02 -0700
Message-ID: <71C9CA4800E9FF44A8C78E1FCD602B9C68CD93@exchange.positiveplace.org>
From: "Bill Roemhild" <broemhild@positiveplace.org>
To: "Adik" <netninja@hotmail.kg>, <full-disclosure@lists.netsys.com>
Cc: <bugtraq@securityfocus.com>
Content-Transfer-Encoding: 8bit
This has been well documented. I remember a tool from 2002 that would
decrypt the hash from command line.
printf ("IMail Password Decryptor\n");
printf ("Usage: %s <account name> <encrypted string>\n", name);
printf ("E.g., %s crypto CCE5DFE5E2\n
^^^^^^^^^^---CAPITAL LETTERS\n\n", name);
printf ("This information is found in the registry at:\n
HKEY_LOCAL_MACHINE\\SOFTWARE\\Ipswitch\\IMail\\Domains\n");
Bill
-----Original Message-----
From: full-disclosure-admin@lists.netsys.com
[mailto:full-disclosure-admin@lists.netsys.com] On Behalf Of Adik
Sent: Monday, August 16, 2004 10:19 AM
To: full-disclosure@lists.netsys.com
Cc: bugtraq@securityfocus.com
Subject: [Full-Disclosure] IpSwitch IMail Server <= ver 8.1 User
Password Decryption
Hi fellaz,
IpSwitch IMail Server version up to 8.1 uses weak encryption algorithm
to
encrypt its user passwords. Have a look at attached proof of concept
tool,
which will decrypt user password from local machine instantly.
---