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

Suggestion: Don't extract wordlists in help_crack.py #69

Open
Czechball opened this issue Dec 13, 2020 · 6 comments
Open

Suggestion: Don't extract wordlists in help_crack.py #69

Czechball opened this issue Dec 13, 2020 · 6 comments

Comments

@Czechball
Copy link

Right now, help_crack downloads and extracts wordlists. This generates mess in the working directory and is not needed at all, since hashcat can process gzip'd wordlists directly. I think it would be nice to entirely skip the extracting process and just use the downloaded wordlists as they are.

@RealEnder
Copy link
Owner

Agreed for the mess, but I have issues with our compressed dicts - hashcat just don't decompress them when I last tried. Did you tried with our dicts? What's the result?

@Czechball
Copy link
Author

Oh, you're right... Wordlists downloaded directly from https://wpa-sec.stanev.org/?dicts aren't extracted correctly by Hashcat, only when I re-gzip them... weird

@RealEnder
Copy link
Owner

Will take a look at hashcat's decompress code to see what happens. For John we still have to decompress the dicts.

@RealEnder
Copy link
Owner

Found the gz issue in hashcat and submitted a PR hashcat/hashcat#2668

@Czechball
Copy link
Author

Nice!

@Wingman4l7
Copy link

This looks like it finally got merged into hashcat, so it can be fixed on this side now.

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

No branches or pull requests

3 participants