Closed ZerBea closed 2 months ago
Download old hashcat, untar tar -xf hashcat-5.1.0.tar
Compile:
cd hashcat-5.1.0/
make build
Put help_crack.py in the same directory.
Modify path to hashcat: './hashcat'
instead of 'hashcat'
Or put here absolute path to your custom build.
Or simply add this:
--deprecated-check-disable
From hashcat help:
$ hashcat --help | grep depr
--deprecated-check-disable | | Enable deprecated plugins |
ie. help_crack.py -co="--deprecated-check-disable"
plz include .bat file "python help_crack.py -co="--deprecated-check-disable""
This is fixed in help_crack.py version 2.0.0. Please update.
Atom started to replace deprecated hash modes 250x and 1680x by the new hash mode 22000. Updating to latest hashcat git head will let help_crack.py not work any longer: