rar archive test
#1
Hello, could you tell me what's wrong with my procedure.

I create a rar archive with a password : "bidon.rar"
i use rar2john on it, an it give me something like that:
Code:
bidon.rar:$RAR3$*1<lots of char>*33:1::bidon.txt
i get
Code:
*1<lots of char>*33:1
and put it in a file named "hash"
i do the command line:
Code:
./hashcat64.bin -m 12500 hash -a 3 --increment ?l

and that result in an error:
Code:
hashcat (v3.00-1-g67a8d97) starting...

WARNING: Hashfile 'hash' on line 1 ($RAR3$*1<lots of char>*33:1 ): Line-length exception
Parsed Hashes: 1/1 (100.00%)

ERROR: No hashes loaded    


Thanx in advance for your help.


Messages In This Thread
rar archive test - by bxdfr - 08-14-2016, 02:01 PM
RE: rar archive test - by philsmd - 08-14-2016, 06:33 PM