Posts: 11
Threads: 3
Joined: Aug 2016
10-17-2016, 10:06 AM
(This post was last modified: 10-17-2016, 04:11 PM by Krytos.)
Hey guys.
I'm doing a batch job with multiple dictionaries and rules and cracked some hashes from my hashfile. Now I would like to know which dictionary / rule combination cracked these hashes.
Is there any way of finding out? I tried the output command but it just shows the same info as the pot file.
Posts: 46
Threads: 9
Joined: Apr 2014
Why can't you just grep for the plaintext in the dictionaries?
Posts: 11
Threads: 3
Joined: Aug 2016
Why can't I just use the dictionaries without a batch? Because it's more work.
Posts: 46
Threads: 9
Joined: Apr 2014
It's more work to write a one line bash script? Wow.
Posts: 930
Threads: 4
Joined: Jan 2015
Looking through the dictionaries won't tell you which rule was used.
For future work, or if you want to run your job again, check out --debug-mode. Mode 4 may be what you're looking for. This won't help you find out after the fact, of course.
~
Posts: 46
Threads: 9
Joined: Apr 2014
(10-17-2016, 03:37 PM)royce Wrote: Looking through the dictionaries won't tell you which rule was used.
For future work, or if you want to run your job again, check out --debug-mode. Mode 4 may be what you're looking for. This won't help you find out after the fact, of course.
You're right. I miss read that he wanted to know the rule too.
Posts: 11
Threads: 3
Joined: Aug 2016
(10-17-2016, 03:31 PM)richk Wrote: It's more work to write a one line bash script? Wow.
You really need to work on your reading comprehension.
Posts: 46
Threads: 9
Joined: Apr 2014
(10-17-2016, 04:10 PM)Krytos Wrote: (10-17-2016, 03:31 PM)richk Wrote: It's more work to write a one line bash script? Wow.
You really need to work on your reading comprehension.
No reason to be hostile. The subject line "Show which dictionary cracked the hash" seemed pretty clear.
Posts: 11
Threads: 3
Joined: Aug 2016
(10-17-2016, 03:37 PM)royce Wrote: Looking through the dictionaries won't tell you which rule was used.
For future work, or if you want to run your job again, check out --debug-mode. Mode 4 may be what you're looking for. This won't help you find out after the fact, of course.
Thanks a lot!
Posts: 11
Threads: 3
Joined: Aug 2016
10-17-2016, 04:26 PM
(This post was last modified: 10-17-2016, 04:26 PM by Krytos.)
(10-17-2016, 04:20 PM)richk Wrote: (10-17-2016, 04:10 PM)Krytos Wrote: (10-17-2016, 03:31 PM)richk Wrote: It's more work to write a one line bash script? Wow.
You really need to work on your reading comprehension.
No reason to be hostile. The subject line "Show which dictionary cracked the hash" seemed pretty clear.
How am I being hostile? You answer my question with another question and that without even understanding what I was asking in the first place. All I'm doing is telling you that you need to read what I wrote. If you feel offended by that, that's on you. Not me.