trustedsec / hate_crack

A tool for automating cracking methodologies through Hashcat from the TrustedSec team.
https://www.trustedsec.com
1.64k stars 259 forks source link

Optimizers #37

Closed barrett092 closed 3 years ago

barrett092 commented 4 years ago

How can I apply optimizers like -O and -W (2,3,4) to hate crack?

i128 commented 3 years ago

Late to the party. But you can add those switches in the config.json file

"hcatTuning": "--force --remove",

to

"hcatTuning": "--force --remove -O -W 4",