Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
--debug-mode 1 and 2 together
04-25-2012, 05:13 PM
Post: #1
--debug-mode 1 and 2 together
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?
Find all posts by this user
Quote this message in a reply
04-25-2012, 05:16 PM
Post: #2
RE: --debug-mode 1 and 2 together
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.
Visit this user's website Find all posts by this user
Quote this message in a reply
04-25-2012, 05:37 PM
Post: #3
RE: --debug-mode 1 and 2 together
(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.
Find all posts by this user
Quote this message in a reply
04-25-2012, 09:04 PM
Post: #4
RE: --debug-mode 1 and 2 together
I see, well debugging is not supposed to be used in long runs
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply