IPB2 md5(md5($salt).md5($pass)) issue?
#4
Ahh, yes... you gave two different salts -__-

Anyway, the hashes you provide are correct cracks:
Code:
d59be66565eeb562bb2b724d71b8a4e3:S$~!!:omgwtf
f179e7768678b3c5daa920bbfc75cffd:Fu~!!:474991
860b7672072a1c77514a762bcaaa1f23:*8!"!:pass90
f7eb3ca367a08a7b862a3e59f23e8328:bY'"!:wincmd32
149b821d22989dd3625dcbd3a1a62400:EK>"!:imonaboat

Status.......: Cracked
Input.Mode...: File (dict)
Hash.Target..: File (IPB)
Hash.Type....: IPB2+, MyBB1.2+
Time.Running.: 0 secs
Time.Util....: 996.2ms/0.0ms Real/CPU, 0.0% idle
Speed........:       18 c/s Real,        0 c/s GPU
Recovered....: 5/5 Digests, 5/5 Salts
Progress.....: 25/25 (100.00%)
Rejected.....: 7/25 (28.00%)

Try loading the hashes from a file, and use this command:
Code:
./oclHashcat-plus64.bin -m2811 test.txt tword.txt
Make sure that the hashes are with the correct salts and that the passwords are in the dict (tword.txt).


Messages In This Thread
RE: IPB2 md5(md5($salt).md5($pass)) issue? - by M@LIK - 05-16-2012, 12:55 AM