hashcat Forum
Failing to crack via piping - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Failing to crack via piping (/thread-13434.html)



Failing to crack via piping - GeryShadow - 11-29-2025

So I Installed hashcat to open a wallet.dat file. I already have its hash.

I use this command per a bitcointalk thread with the rockyou file to crack:
hashcat.exe --stdout wordlist0.txt -r rules/OneRuleToRuleThemAll.rule | hashcat.exe -m 11300 hash.txt

And I got the nvrtc error. I update both nvidia and AMD and managed to do a simple attack (think it was -a 0)but I can't get that command to work so it seems the issue is when piping. Is there another way to apply that rule or a more conciise command?


RE: Failing to crack via piping - b8vr - 11-30-2025

Piping makes no sense in the command you are running. Just run
Code:
hashcat.exe -m 11300 hash.txt wordlist0.txt -r rules/OneRuleToRuleThemAll.rule