05-07-2020, 11:00 AM
a,lso escaping of the "$RAR3$..." hash is very important... therefore I would suggest to use a hash file, instead of messing around with shell escaping directly in the command
?a?a?a?a?a is of course your mask (change it if needed)
hash.txt is a file that contains your rar3 hash (see https://hashcat.net/wiki/example_hashes)
Code:
hashcat64.exe -m 12500 -a 3 -w 3 hash.txt ?a?a?a?a?a
?a?a?a?a?a is of course your mask (change it if needed)
hash.txt is a file that contains your rar3 hash (see https://hashcat.net/wiki/example_hashes)