Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supported for hashcat 6.2.6 latest #34

Closed
tautology0 opened this issue May 20, 2024 · 2 comments
Closed

Supported for hashcat 6.2.6 latest #34

tautology0 opened this issue May 20, 2024 · 2 comments

Comments

@tautology0
Copy link

We needed some of the newer hashtypes, so I ended up updating hashcat, which needed some changes to crackerjack. The latest hashcat v6.2.6-851-g6716447df uses a reduced --help, but adds -hh to dump all hashtypes. It also changed the capitialisation of "Hash Modes"; so I had to make the following changes to app/lib/hashcat/manager.py::

in function get_supported_hashes:

output = self.shell.execute([self.hashcat_binary, '-hh'], user_id=0, log_to_db=False)

in function __parse_supported_hashes:

if line == '- [ Hash Modes ] -':
@tautology0
Copy link
Author

That's what you get for manually patching only the essential files ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants