zip compressed wordlist
#1
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
#2
Such a feature would bloat hashcat.
#3
people still use zip compression?
#4
(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.
#5
you can use winmount for your big wordlists
#6
or using stdin: zcat dict.zip | ./oclHashcat-plus64.bin ...
#7
I'm pretty sure the zcat command and all others only work with gzip, not zip.