08-14-2016, 02:01 PM
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:
i get
and put it in a file named "hash"
i do the command line:
and that result in an error:
Thanx in advance for your help.
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
Code:
*1<lots of char>*33:1
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.