![]() |
--stdout combinator attack - 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: --stdout combinator attack (/thread-7292.html) |
--stdout combinator attack - mcilie1324 - 02-11-2018 I'd like to use hashcat's blinding speed to generate password candidates from 2 dictionary files. When I say generate, I mean print out to stdout. I tried using the --stdout flag but i dont think this works with combinator? Am I wrong, or if im right, Could this be a new feature please? RE: --stdout combinator attack - royce - 02-11-2018 Syntax example? Works for me: Code: $ cat test.list And if you're using hashcat just to generate candidates to feed to something else, you might check out combinator from hashcat-utils instead. RE: --stdout combinator attack - undeath - 02-11-2018 alternatively you can use combinator from hashcat-utils |