hashcat Forum

Full Version: --debug-mode 1 and 2 together
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hey atom,

it would be really cool to have the ability to make use of the --debug-mode 1 and 2 options together.
the idea being that you could build a list of the most common rules used as well as the most common words used to create passwords. you could potentially store both results in the same file with a "marker" at the beginning of the line? i.e

rule:^h^e^l^l^o
word:atom

what do you think?
I dont like the idea, it would make the cracking slower (more switch cases). Why dont you just run hashcat twice? First with --debug-mode 1 and then with --debug-mode 2.
(04-25-2012, 05:16 PM)atom Wrote: [ -> ]I dont like the idea, it would make the cracking slower (more switch cases). Why dont you just run hashcat twice? First with --debug-mode 1 and then with --debug-mode 2.

it certainly is an idea, it's just that on long cracking runs it would be a pain to have to run it again.
I see, well debugging is not supposed to be used in long runs