hashcat Forum
Issue with RAR3-hp hash type - 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: Issue with RAR3-hp hash type (/thread-6260.html)



Issue with RAR3-hp hash type - HashHunter - 02-03-2017

I am trying to crack the hash of a rar file but I keep getting line exception error. I obtained the hash using the rar2john tool and pasted it into the command line. I am running hashcat version v3.30.

The command that I used can be found below:
hashcat64 -a 0 -w 3 -m 12500 -o output.txt "$RAR3$*1*hashhere" wordlist.txt

Thanks for any advice given!


RE: Issue with RAR3-hp hash type - philsmd - 02-03-2017

This type of rar archives are currently not supported (see https://hashcat.net/wiki/doku.php?id=example_hashes , the supported type is RAR-hp aka rar files with header encryption).

$RAR3$*1* means that the file list/header was not encrypted.

See the discussion here: https://github.com/hashcat/hashcat/issues/68#issuecomment-205139568


RE: Issue with RAR3-hp hash type - HashHunter - 02-03-2017

I am guessing from the github link that the developers are still working on implementing the feature. Is there a way to open this with the developers? Thanks for the reply!