On-the-fly loading of gz wordlists
#1
Quote:* changes v5.1.0 -> v6.0.0
(...)
- Support on-the-fly loading of compressed wordlists in zip and gzip format
Seen in hashcat beta 1803.

Just tried with a gz file:

Code:
$ wc -l  dic*
314'265 dic.gz
19'487'556 dic

Hashcat sees:
Code:
Dictionary cache built:
* Filename..: dic.gz
* Passwords.: 314266
* Keyspace..: 205218

Progress.........: 205218/205218 (100.00%)

Edit:
Code:
$ file dic.gz
dic.gz: gzip compressed data, last modified: Sun Apr 12 05:01:34 2020, from Unix


Looks like the file has not been unzipped?

Thanks.
Reply


Messages In This Thread
On-the-fly loading of gz wordlists - by Mem5 - 05-23-2020, 06:04 PM
RE: On-the-fly loading of gz wordlists - by royce - 05-23-2020, 07:31 PM
RE: On-the-fly loading of gz wordlists - by Mem5 - 05-23-2020, 08:48 PM
RE: On-the-fly loading of gz wordlists - by Mem5 - 05-24-2020, 12:33 PM
RE: On-the-fly loading of gz wordlists - by royce - 05-24-2020, 03:48 PM
RE: On-the-fly loading of gz wordlists - by Mem5 - 05-25-2020, 08:38 PM
RE: On-the-fly loading of gz wordlists - by royce - 05-25-2020, 10:28 PM