A way to track number of guesses for each cracked password?
#4
(01-27-2014, 01:06 AM)radix Wrote:
Code:
* Outfile formats:

    1 = hash[:salt]
    2 = plain
    3 = hash[:salt]:plain
    4 = hex_plain
    5 = hash[:salt]:hex_plain
    6 = plain:hex_plain
    7 = hash[:salt]:plain:hex_plain
    8 = plain:position

Actually, just double check, so format 8, the position means the number of guesses issued for that password?

sorry to bother you again, it is just my crack result is a bit weird. also the value of the position seems to be unordered when they print out.


Messages In This Thread
RE: A way to track number of guesses for each cracked password? - by honglonglong - 01-27-2014, 04:27 PM