7z 11600 hash file
#2
Why do you use --force in your command line ? That's probably the biggest problem here.

I didn't really understand what error you get. It's normal that a benchmark runs very quickly, it just tests the speed.

Did you use 7z2hashcat to extract the hash ? Did you try to run the example hash from https://hashcat.net/wiki/example_hashes (search for -m 11600)




Just noticed, that your -a 0 command also doesn't specify any word list file. You can't do a dictionary attack without a dictionary. You need to specify a file as a word list:

Code:
hashcat -m 11600 -a 0 -w 3 -r rules/best64.rule hash.txt dict.txt
Reply


Messages In This Thread
7z 11600 hash file - by hitman47 - 07-31-2020, 04:16 PM
RE: 7z 11600 hash file - by philsmd - 07-31-2020, 04:42 PM
RE: 7z 11600 hash file - by hitman47 - 07-31-2020, 05:23 PM
RE: 7z 11600 hash file - by philsmd - 07-31-2020, 06:28 PM
RE: 7z 11600 hash file - by hitman47 - 07-31-2020, 09:29 PM
RE: 7z 11600 hash file - by philsmd - 07-31-2020, 09:50 PM
RE: 7z 11600 hash file - by hitman47 - 07-31-2020, 10:47 PM
RE: 7z 11600 hash file - by philsmd - 07-31-2020, 11:56 PM
RE: 7z 11600 hash file - by hitman47 - 08-01-2020, 12:30 AM
RE: 7z 11600 hash file - by philsmd - 08-01-2020, 07:52 AM
RE: 7z 11600 hash file - by hitman47 - 08-01-2020, 02:06 PM