hashcat Forum
Problems with vbulletin hashes - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Very old oclHashcat Support (https://hashcat.net/forum/forum-21.html)
+--- Thread: Problems with vbulletin hashes (/thread-229.html)



Problems with vbulletin hashes - chick0n - 12-24-2010

Hi

I have Vbulletin salted hashes in format:

f8388939f6cb9b197d56d856a72ff759:uWg^~wB"T.|sSp@UI+]x4SZ>>6MVfh
It's md5(md5($pass).$salt)
(password is "testt")

But I can't crack it with oclHashcat or ighashgpu. What seems to be the problem?

I had no problems with passwordspro. Maybe its the long salt?




RE: Problems with vbulletin hashes - Rolf - 12-24-2010

It's the long salt.


RE: Problems with vbulletin hashes - chick0n - 12-24-2010

Then I have a new Feature that could be Implemented: Salts with max 30 chars Big Grin


RE: Problems with vbulletin hashes - K9 - 12-29-2010

This would be really useful. SOme sites got hacked a few days ago. One of them uses vBulletin 4.x.x (the long salt). I don't want to use PasswordsPro because it's slow and has problems with the seperator.

Another thing. I noticed when the last character of the salt is a [space] it is broken sometimes.

Code:
50118cc55aa3481cc834b725a9665ed5:
f844d6bb6e961352543af0e82bf2734d: 9
8199974801239edaedb5d06444fe8ab1:y
Code:
50118cc55aa3481cc834b725a9665ed5:[space][space][space]
f844d6bb6e961352543af0e82bf2734d:[space]9[space]
8199974801239edaedb5d06444fe8ab1:y[space][space]
It would be cool if it adds a space at the end if there are less then 3 characters.


RE: Problems with vbulletin hashes - atom - 01-31-2011

support for hex salts in oclHashcat v0.26