How to skip repeated failed attempts? - 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 skip repeated failed attempts? (/thread-10689.html) |
How to skip repeated failed attempts? - Raccoon - 03-28-2022 As a simple example I'm currently running something like Code: D:\hashcat-6.2.5>.\hashcat.exe -m 14800 myhash.txt --session foo -a 3 ?l Code: ?h RE: How to skip repeated failed attempts? - Snoopy - 03-28-2022 you are looking for hashcat brain, see https://github.com/hashcat/hashcat/blob/master/docs/hashcat-brain.md |