I'm new to hashcat,
After I installed hashcat version 5.0.1 on ubuntu 20.04, I tried to crack a rar file with the command:
$ hashcat -m 13000 -a 3 ~/hashcat/testfile.zip
I get the error:
Failed to parse hashes using the 'shadow' format .
Can someone help me fix this error?
09-21-2021, 11:01 AM (This post was last modified: 09-21-2021, 11:01 AM by Snoopy.
Edit Reason: typo
)
first update hashcat, recent version is 6.2.4
second rar or zip?
third, read the wiki and or some basic tutorials
fourth, you need to extract the hash from the zip/rar beforehand (google zip2john)
fifth see basic examples for each hash, compare output of zip2john with example for mode 13000 mentioned here https://hashcat.net/wiki/doku.php?id=example_hashes
(09-21-2021, 11:01 AM)Snoopy Wrote: first update hashcat, recent version is 6.2.4
second rar or zip?
third, read the wiki and or some basic tutorials
fourth, you need to extract the hash from the zip/rar beforehand (google zip2john)why am i getting no hashes loaded error
fifth see basic examples for each hash, compare output of zip2john with example for mode 13000 mentioned here https://hashcat.net/wiki/doku.php?id=example_hashes
Thanks for your reply
I want to crack the .rar file , i have read some tutorial but i don't understand why am i getting no hashes loaded error
I use rar2john to extract the hash from rar file , is 13000, you can see the picture below. So can you help me to know more about hashcat ?
take a look inside your hash file, rar2john puts not needed data at the end (it hink something like the filename etc.) delete this, this is why you get the error token length exception
see example hash for rar, this is what hashcat expects
rar5$16$74575567518807622265582327032280$15$f8b4064de34ac02ecabfe9abdf93ed6a$8$9843834ed0f7c754
regarding your command line, delete the ' at the beginning and end of your mask, also you dont need to feed the rar, just the file containing the hash