7z 11600 hash file
#6
either use:
Code:
hashcat -m 11600 -a 3 -w 3 --increment --increment-min 8 hash.txt myword?d?d?d?d?d?d

or

Code:
hashcat -m 11600 -a 6 -w 3 --increment --increment-min 2 hash.txt dict.txt ?d?d?d?d?d?d

where dict.txt contains the word(s), one per line.

Use the one method that is faster, either -a 3 or -a 6. There might be other ways to attack it (e.g. to use --slow-candidates or pipes or pre-computed dicts), but I think -a 3 and -a 6 are the most likely one that work fastest for this specific situation (a slow hash with a fixed prefix).
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