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.
#2
example hashes are here: https://hashcat.net/wiki/example_hashes
(hint: you do not need to include the filenames etc, just the info needed as seen on the example hashes page)

... and for the time being only RAR3-hp and RAR5 are supported (and therefore not all rar formats)