clem9669 / wordlists

Various wordlists FR & EN - Cracking French passwords
GNU General Public License v3.0
247 stars 46 forks source link

No space left on device #24

Open ruppde opened 10 months ago

ruppde commented 10 months ago

Have you tried directly piping it to 7z or bzip2 instead of first creating the file and then compressing it? e.g.

cat private_ip_192 0-9999 ... |  7z a -si Compilation/small.7z

cat private_ip_192 0-9999 ... |  bzip2 -9 > Compilation/small.bz2
clem9669 commented 9 months ago

Hi @ruppde,

This could be an idea but the previous step in Github Action is to deduplicate lines, then to compress. Giving up on dedup seems not optimal.

I will see what I could do about that.

Cheers