hashcat Forum
vBulletin hash type with special salt length - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: vBulletin hash type with special salt length (/thread-6461.html)



vBulletin hash type with special salt length - betsyjackson - 04-03-2017

So I have this hash and this salt, separated by the colon. 


34XX7eeXX028XX7954XXc770XXe1eXXe   :   109001

The hash was generated with the vBulletin hashing type, which is MD5(MD5(password).salt). This method is supported by hashcat, but it refuses to accept any salt which is not 3 or 30 characters. I do not have the hard drive space to create an intermediate list where I append the salt. Is there anyway I can still apply hashcat to solve this problem?


RE: vBulletin hash type with special salt length - liff - 04-03-2017

Just use 2611 mode, it should work properly.


RE: vBulletin hash type with special salt length - betsyjackson - 04-03-2017

Nice! I thought I had already tried that and failed, and just resentfully tried yet another time. But this time it worked! Thank you!