keep-guessing + rules? - 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: keep-guessing + rules? (/thread-7590.html) |
keep-guessing + rules? - royce - 06-18-2018 Is there a way to log *all* of the rules that would have cracked a given hash? Would/should --keep-guessing and --debug-mode be combine-able? It could be quite chatty - being able to ignore ':' would probably be useful. RE: keep-guessing + rules? - plaverty9 - 06-18-2018 I kinda feel like that if you don't know the answer to something that it is likely unknowable. RE: keep-guessing + rules? - royce - 06-18-2018 Ha! I'm only about one chapter ahead of you in the book. And guess what? I should have tried it first! --keep-guessing works fine with --debug-mode (for at least some attacks): Code: $ cat test.hash The applications should be obvious (and are well-known to password researchers) - that for a given target list of hashes, a given input dictionary, and a given set of rules, the rules that are most universally applicable, and the base words that were the most useful, can be analyzed. It's highly dependent on its inputs. |