01-29-2021, 05:42 PM
(This post was last modified: 01-29-2021, 05:46 PM by genen.
Edit Reason: Adding info and fixing grammar
)
(01-29-2021, 05:14 PM)slyexe Wrote: https://hashcat.net/wiki/doku.php?id=example_hashes
Follow the example hash for the mode you're using. You have to modify your current hash to not include the filename and extras.
Well, I did and:
Quote:hashcat -m 13600 $zip2$*A*B*C*XXXX7[yaddayadda]$/zip2
hashcat (v6.1.1) starting...
Hash 'A*B*C*XXXX7[yaddayadda]$/zip2': Separator unmatched
No hashes loaded.
There's supposed to be a "$zip2$" at the beggining of that hash, but nothing! Why?
Edit: I even tried the example hash from that site. Same problem.