![]() |
Showing Combos - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip (https://hashcat.net/forum/forum-28.html) +--- Thread: Showing Combos (/thread-9760.html) |
Showing Combos - Jackjames - 01-10-2021 Hello, is it possible when running a mask to print all the combo's its trying. For example : @?u?l?l?l?l?l12345 It will keep printing the words its doing in cmd ? RE: Showing Combos - royce - 01-10-2021 If I'm understanding your question ... you can get it to both show *all* combos *and* perform the actual attack at the same time: * If you use --stdout, all combos will be shown, but there's no attack * If you run a general attack, it will show a *sample* of candidates, but not all of them |