A way to track number of guesses for each cracked password?
#7
(05-09-2015, 05:53 PM)honglonglong Wrote:
(01-27-2014, 05:52 PM)radix Wrote: Yes. try -n 1 so you arent executing multiple threads. This should fix the unorderedness.

Hi, this is probably digging old post, but I realized recently if I change the segment size, the number of guesses will also vary. Is it because with different segment size the words are tried in different order?

I am using plain dictionary attack.

Also, if I were to use rules-based attack, would the `crackpos` gives me the # of candidate words, or # of generated guesses? As you will have multiple guesses per candidate word based on the rule.


Messages In This Thread
RE: A way to track number of guesses for each cracked password? - by honglonglong - 05-09-2015, 05:59 PM