zcat rockyou.txt.gz | hashcat -a 0 -m 1000 hash.txt -
:Hashcat can natively read .gz files. You can simply include them in your command line just like a regular .txt file: hashcat -m 0 hash.txt wordlist.gz
zcat rockyou.txt.gz | hashcat -a 0 -m 1000 hash.txt -
:Hashcat can natively read .gz files. You can simply include them in your command line just like a regular .txt file: hashcat -m 0 hash.txt wordlist.gz hashcat compressed wordlist