(10-02-2020, 02:52 PM)philsmd Wrote: First of all, it would always make sense to post the hash type that you are trying to crack, also see https://hashcat.net/wiki/example_hashes .
latest beta version of hashcat (https://hashcat.net/beta/) supports these types:
Code:12500 | RAR3-hp | Archives
23700 | RAR3-p (Uncompressed) | Archives
23800 | RAR3-p (Compressed) | Archives
Please let us know what type of hash you have, the -m hash type and start (for instance $RAR3$*1*) of the hash, would be enough to understand which type of hashes you are trying to crack. Thx
Hi,
I have a RAR hash with this shape:
file1.rar:$RAR3$*x*xxxxxxxxxxxxxxxx*xxxxxxxxx*xx*xx*x*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*xx:x::aaaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaa
Using the new beta, what part should I use?
$RAR3$*x*xxxxxxxxxxxxxxxx*xxxxxxxxx*xx*xx*x*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*xx:x:: ?
I also have the following questions:
When using HASHCAT with incremental Brute Force
hashcat -a 3 -m [hashtype] -i --increment-min=4 targethashes.list ?a?a?a?a?a?a
how can I use it with chinese, german, russian (among others) charsets?
And is there a way to continue the search when stopping and restarting again? A kind of "progress" file?
Thanks in advance.