--debug-mode 1 and 2 together
#1
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?
#2
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.
#3
(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.
#4
I see, well debugging is not supposed to be used in long runs