06-11-2012, 02:46 PM
Updated v0.03 again and uploaded to /beta.
Now supports true Brute-Force. Add --brute-force if you want to enforce printing of uncollected connections.
In case you wonder why it is not 830584 (94^3) - its because rockyou.txt contains some additional connection with chars not inside the ascii range.
Now supports true Brute-Force. Add --brute-force if you want to enforce printing of uncollected connections.
Code:
root@sf:~/statsprocessor-0.03# ./sp64.bin rockyou.hcstat --pw-min 3 --pw-max 3 | wc -l
368640
root@sf:~/statsprocessor-0.03# ./sp64.bin rockyou.hcstat --pw-min 3 --pw-max 3 --brute-force | wc -l
856064
In case you wonder why it is not 830584 (94^3) - its because rockyou.txt contains some additional connection with chars not inside the ascii range.