Posts: 6
Threads: 2
Joined: Dec 2014
Hello everyone, I have a rar archive, how I can crack it on, can step through write how to do it?
C:\Users\John\Desktop\HASHCAT\cudaHashcat-1.37>cudaHashcat64 -w 3 -a ?d?d?d?d?d?d?d?d filename.rar
But Im have Error.
cudaHashcat v1.37 starting...
Usage: cudaHashcat64 [options]... hash|hashfile|hccapfile [dictionary|mask|direc
tory]...
If I need to get the hash - RAR, then how to do it?
What am I doing wrong, thanks for the help.))
Posts: 621
Threads: 57
Joined: May 2010
You need to read the wiki:
www.hashcat.net/wiki
-a is an attack mode, not the place to put your mask. Use -a 3, specify the algorithm (Read the wiki) and put your mask at the end of your command line.
Posts: 2,267
Threads: 16
Joined: Feb 2013
Futhermore, you need to extract the required information from the .rar file (e.g. with rar2john.py) before you start cracking with hash type -m 12500 (which you btw did not specify on the command line) and use the extracted output/blob/"hash information" as input for oclHashcat.
Posts: 1
Threads: 0
Joined: Aug 2015
08-21-2015, 02:42 PM
(This post was last modified: 08-21-2015, 04:32 PM by philsmd.
Edit Reason: forum rule violation: posting hashes
)
(08-21-2015, 01:45 PM)philsmd Wrote: Futhermore, you need to extract the required information from the .rar file (e.g. with rar2john.py) before you start cracking with hash type -m 12500 (which you btw did not specify on the command line) and use the extracted output/blob/"hash information" as input for oclHashcat.
hello bro philsmd
using rar2john.exe hashcat.rar > hashcat
output
hashcat.rar:<hash removed by philsmd>::hashcat.txt
when i look at
http://pastebin.com/2ew5eAG1
correct hash rar for hashcat
<hash removed by philsmd>
hope you can make it into hashcat?
thanks
Posts: 230
Threads: 4
Joined: Aug 2015
(08-21-2015, 02:42 PM)silvia Wrote: output
hashcat.rar:$RAR3$*1*REDACTED*00000000*16*0*1*REDACTED*33:1::hashcat.txt
You'd better delete that hash before you get banned! It's against the rules to post hashes unless told to.