Sinisterly
MyBB hashing methods? - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Hacking (https://sinister.ly/Forum-Hacking)
+--- Forum: Website & Server Hacking (https://sinister.ly/Forum-Website-Server-Hacking)
+--- Thread: MyBB hashing methods? (/Thread-MyBB-hashing-methods)



MyBB hashing methods? - Nefarious - 08-23-2013

So I am able to crack MyBB hashes on most of the databases I have obtained, but some of them seem to have a different hashing method.

The on I currently use.
Code:
md5(md5($salt).md5($pass))

Would anyone be kind enough to list some older or newer methods used?


RE: MyBB hashing methods? - The Protagonist - 08-23-2013

Either those other forums are not Mybb or the passwords are stronger or they are using a custom method. You'll have to play around with it.
Depnding on the size of the database you should have some cracked within like 5 mins if you get it right


RE: MyBB hashing methods? - Nefarious - 08-23-2013

(08-23-2013, 04:23 PM)The Protagonist Wrote: Either those other forums are not Mybb or the passwords are stronger or they are using a custom method. You'll have to play around with it.
Depnding on the size of the database you should have some cracked within like 5 mins if you get it right

Alright, that's what I was thinking.
Thanks.