hashcat Forum
How to pipe words into hashcat in any non 0 attack mode? - 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: How to pipe words into hashcat in any non 0 attack mode? (/thread-10683.html)



How to pipe words into hashcat in any non 0 attack mode? - monyanus - 03-24-2022

I recently discovered the power of using hashcat in combination with piping. Especially handy when combining a list with a small mask appended. For example using a hybrid attack with the mask at the ending that is normally slow, runs beautifully efficient when using --stdout and piping into hashcat attack mode -0.
  
My question is how can one pipe into hashcat when using any attack mode that other than attack mode 0 (brute-force)? For example pipe into a combinator or hybrid attack mode.
Is this possible, and if so how?

Example of what I would like to be able to do:

hashcat -a 1  wordlist1.txt wordlist2.txt --stdout | hashcat -a 7  <input pipe> ?d?d?


RE: How to pipe words into hashcat in any non 0 attack mode? - Snoopy - 03-24-2022

please see my answer on your other thread for combinator attack and rule pN

https://hashcat.net/forum/thread-10680-post-54960.html#pid54960