V47 bugs AMD
#12
(08-21-2012, 08:38 PM)atom Wrote: I am not sure. My testhashes look like this:

echo -n 1306 | ./oclHashcat-plus64.bin -m 141 '$episerver$*0*Mzc2NzY1NTU0MTM3NDIxOA==*ITBVvl4lw3w7UGLk/soqInuRkos='
echo -n 56038 | ./oclHashcat-plus64.bin -m 141 '$episerver$*0*NzI0NjAwMzYyNTUxMjU4Mw==*/3ZbqTedR8MRWeNe5I6kg5G330s='
Ah, I see. Here's what seems to be the problem. I don't know how the algorithm is supposed to work but it looks like the first part after the $episerver$*0* is the salt in base64 and the last part after the ==* is the hashed password in base64. For my hashes, the last part is the same length as yours. The problem is with the salt. Mine are of various length and never as long as yours. So either the algo is supposed to use variable length salt and you need to implement the acceptation of different total hash length by OCLhashcat-plus (that's the error I was getting "length exception error") or if it is supposed to be fixed, then maybe I have installed the wrong perl module for that algo and got wrong hashes generated. In the latter case, can you hash for me the following passwords with that algo so that I can test properly:

Code:
mc
hash
ha$hcat6
HashcatSuite
Tough4Pas$word!
qz
ToDo
C4t&Best
CatIsTheB3st
hashcat!sf0ryou
%*
P0$7
aaaabbbb
aaaabbbbcccc
aaaabbbbccccddd
q!
T0Be
AtomRule
AtomIsOnFire
AtomHelpedUsAll
$D
($$)
BestOfIT
zzzzYouSnore
1234ThereYouGo@


Messages In This Thread
V47 bugs AMD - by mastercracker - 08-16-2012, 02:21 AM
Quick tests on catalyst 12.8 - by mastercracker - 08-17-2012, 03:43 AM
RE: V47 bugs AMD - by atom - 08-17-2012, 11:51 AM
RE: V47 bugs AMD - by mastercracker - 08-17-2012, 03:09 PM
RE: V47 bugs AMD - by atom - 08-17-2012, 11:46 PM
RE: V47 bugs AMD - by atom - 08-19-2012, 04:30 PM
RE: V47 bugs AMD - by mastercracker - 08-20-2012, 02:42 AM
RE: V47 bugs AMD - by atom - 08-20-2012, 01:46 PM
RE: V47 bugs AMD - by atom - 08-21-2012, 11:53 AM
RE: V47 bugs AMD - by mastercracker - 08-21-2012, 06:41 PM
RE: V47 bugs AMD - by atom - 08-21-2012, 08:38 PM
RE: V47 bugs AMD - by mastercracker - 08-21-2012, 10:02 PM
RE: V47 bugs AMD - by atom - 08-22-2012, 10:03 AM
RE: V47 bugs AMD - by mastercracker - 08-22-2012, 02:50 PM
RE: V47 bugs AMD - by atom - 08-23-2012, 01:46 PM
RE: V47 bugs AMD - by K9 - 08-23-2012, 04:23 PM
RE: V47 bugs AMD - by atom - 08-23-2012, 04:56 PM
RE: V47 bugs AMD - by K9 - 08-23-2012, 05:10 PM
RE: V47 bugs AMD - by atom - 08-23-2012, 08:38 PM
RE: V47 bugs AMD - by atom - 08-29-2012, 02:08 PM
RE: V47 bugs AMD - by atom - 08-29-2012, 09:54 PM