hashcat Forum
--debug-mode 1 and 2 together - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html)
+--- Thread: --debug-mode 1 and 2 together (/thread-1118.html)



--debug-mode 1 and 2 together - panda - 04-25-2012

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?


RE: --debug-mode 1 and 2 together - atom - 04-25-2012

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.


RE: --debug-mode 1 and 2 together - panda - 04-25-2012

(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.


RE: --debug-mode 1 and 2 together - atom - 04-25-2012

I see, well debugging is not supposed to be used in long runs