hashcat Forum
zip compressed wordlist - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: General Help (https://hashcat.net/forum/forum-8.html)
+--- Thread: zip compressed wordlist (/thread-1740.html)



zip compressed wordlist - john99 - 11-07-2012

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


RE: zip compressed wordlist - undeath - 11-07-2012

Such a feature would bloat hashcat.


RE: zip compressed wordlist - epixoip - 11-07-2012

people still use zip compression?


RE: zip compressed wordlist - Hash-IT - 11-07-2012

(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.


RE: zip compressed wordlist - msalman - 11-08-2012

you can use winmount for your big wordlists


RE: zip compressed wordlist - atom - 11-08-2012

or using stdin: zcat dict.zip | ./oclHashcat-plus64.bin ...


RE: zip compressed wordlist - undeath - 11-08-2012

I'm pretty sure the zcat command and all others only work with gzip, not zip.