hashcat Forum
vBulletin < v3.8.5 salt length issue - 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 < v3.8.5 salt length issue (/thread-7796.html)



vBulletin < v3.8.5 salt length issue - ScanBean - 09-08-2018

I'm trying to crack an old vBulletin (2611) hash, with a salt length of 5 characters (usually they are 3 characters but this one is 5), and hashcat doesn't like it " Token length exception"

I know other people have been able to crack these with a 5 character salt length, what am I doing wrong?

Thanks


RE: vBulletin < v3.8.5 salt length issue - royce - 09-09-2018

But this is different from 2811?


RE: vBulletin < v3.8.5 salt length issue - ScanBean - 09-09-2018

My mistake, the salt length is 6 characters not 5; and so yes it is different from 2811.

c5c032e88792793fb470b0301d7115ca:jTkSaA


RE: vBulletin < v3.8.5 salt length issue - royce - 09-09-2018

If there's no direct support for this length in hashcat as shipped, you could pull the source from GitHub and modify the expected salt length.

(Also, just in case - make sure that the command line that you're attempting works with the example hash at https://hashcat.net/wiki/doku.php?id=example_hashes)