[SOLVED]What am i doing wrong? no commands work
#3
(11-21-2017, 09:53 AM)philsmd Wrote: The format of your hashes should be only like this:
Code:
$oldoffice$1*971400076ab82dd68XXXXXXXXXXXXXd1*49987289XXXXXXXXXXXXXa67b6747abc*6824aa13d09f0e8fXXXXXXXXXXXXXX8a
e.g. they should not contain any file names (neither at the start, nor at the end)

You can see a list of example hashes here: https://hashcat.net/wiki/example_hashes

The cmd that should work (with modified hash.txt file like mentioned above) is:
Code:
hashcat64.exe -m 9700 -a 3 -w 3 --increment -2 ?l?u?d -o FOUND.txt jhash.txt ?2?2?2?2?2?2?2


Also note: you might also consider using the collider modes -m 9710 (with mask ?b?b?b?b?b) and -m 9720

THANK YOU!!
i am now getting information, it fully cracked the hash


Messages In This Thread
RE: What am i doing wrong? no commands work - by ProfessorBean - 11-21-2017, 11:36 PM