PDA

View Full Version : How to retrieve email passwords from a Debian 5 ISPconfig 3 server?


JimmiJames
20th May 2009, 23:07
Any ideas?

till
20th May 2009, 23:26
The passwords are in the mysql database. Just take a look in the mail_user table.

JimmiJames
21st May 2009, 17:19
The passwords are in the mysql database. Just take a look in the mail_user table.

So I found the table, but the passwords are encrypted. I'm thinking of writing a little app to retreive the passwords, just wondering what's the encryption method?

till
21st May 2009, 18:08
The passwords are encrypted with crypt + salt and can not be decrypted.