How to access website CMS with only access to database

Posted by user1741615 on Stack Overflow See other posts from Stack Overflow or by user1741615
Published on 2012-10-12T15:33:50Z Indexed on 2012/10/12 15:37 UTC
Read the original article Hit count: 160

Filed under:
|
|
|
|

I have a website that uses an "in-house" cms and I don't know the login details. The platform itself doesn't have the "reset your password" functionality. I do have access to ftp and phmyadmin and I found the SQL table containing the user details, but of course the password is MD5 encryption. I tried manually creating a user in php my admin and filling in a password encrypted in MD5 (used a md service online for that), but it still doesn't work. Does anybody know other tricks I can use?

Thanks.

© Stack Overflow or respective owner

Related posts about mysql

Related posts about login