hashcat Forum

Full Version: zip compressed wordlist
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello.

For the user it would probably be easier to have hashacat pointed to a folder
with zip compressed wordlists. But as I understand, this is not supported.

Would such a feature reduce the overall performance of hashcatplus significantly?


Thank's a lot for any feedback!

John
Such a feature would bloat hashcat.
people still use zip compression?
(11-07-2012, 07:43 PM)john99 Wrote: [ -> ]Hello.

For the user it would probably be easier to have hashacat pointed to a folder
with zip compressed wordlists. B

This feature has been requested before, atom has accepted it. We are just awaiting implementation.

You can see other feature requests here.
you can use winmount for your big wordlists
or using stdin: zcat dict.zip | ./oclHashcat-plus64.bin ...
I'm pretty sure the zcat command and all others only work with gzip, not zip.