dwpa icon indicating copy to clipboard operation
dwpa copied to clipboard

Suggestion: Don't extract wordlists in help_crack.py

Open Czechball opened this issue 4 years ago • 6 comments

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.

Czechball avatar Dec 13 '20 14:12 Czechball

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?

RealEnder avatar Dec 14 '20 11:12 RealEnder

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

Czechball avatar Dec 14 '20 14:12 Czechball

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

RealEnder avatar Dec 14 '20 14:12 RealEnder

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

RealEnder avatar Dec 27 '20 07:12 RealEnder

Nice!

Czechball avatar Dec 27 '20 11:12 Czechball

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

Wingman4l7 avatar Dec 31 '21 23:12 Wingman4l7