rar archive test - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: rar archive test (/thread-5755.html) |
rar archive test - bxdfr - 08-14-2016 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 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... Thanx in advance for your help. RE: rar archive test - philsmd - 08-14-2016 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) |