statsprocessor v0.03 beta
#2
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.

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.
Reply


Messages In This Thread
statsprocessor v0.03 beta - by atom - 06-11-2012, 12:04 PM
RE: statsprocessor v0.03 beta - by atom - 06-11-2012, 02:46 PM
RE: statsprocessor v0.03 beta - by Hash-IT - 06-11-2012, 02:49 PM
RE: statsprocessor v0.03 beta - by atom - 06-12-2012, 12:27 PM
RE: statsprocessor v0.03 beta - by atom - 06-12-2012, 03:20 PM
RE: statsprocessor v0.03 beta - by undeath - 06-12-2012, 04:14 PM
RE: statsprocessor v0.03 beta - by forumhero - 07-17-2012, 10:17 PM