09-01-2012, 08:51 PM
Pages: 1 2
09-23-2013, 05:42 PM
Hey,
I've tried using your v1.2 Dictionary Analyzer and it works quite well, great job.
But a certain file I tried analyzing has somehow generated impossible and wrong statistics (maybe it's too big - 100MB?).
The false statisics are:
As you can see from the statistics, it would seem as if my list contains 1 line that somehow includes 3 passwords built from digits and non-printable characters (there are a few like this in my file). When my list is actually 11m lines long built from all possible character catagory.
Just thought I'd let you know...
Thanks.
I've tried using your v1.2 Dictionary Analyzer and it works quite well, great job.
But a certain file I tried analyzing has somehow generated impossible and wrong statistics (maybe it's too big - 100MB?).
The false statisics are:
Code:
[*] Line Count Statistics...
[+] 1: 0.00 % (0)
[+] 2: 0.00 % (0)
[+] 3: 0.00 % (0)
[+] 4: 0.00 % (0)
[+] 5: 0.00 % (0)
[+] 6: 0.00 % (0)
[+] 7: 0.00 % (0)
[+] 8: 0.00 % (0)
[+] 9: 0.00 % (0)
[+] 10: 0.00 % (0)
[+] 11: 0.00 % (0)
[+] 12: 0.00 % (0)
[+] 13: 0.00 % (0)
[+] 14: 0.00 % (0)
[+] 15: 0.00 % (0)
[+] 15+: 100.00 % (1)
[*] Line Count Statistics WPA Special...
[+] 8-63: 100.00 % (1)
[+] 8-15: 0.00 % (0)
[+] 16-25: 100.00 % (1)
[+] 26-35: 0.00 % (0)
[+] 36-45: 0.00 % (0)
[+] 46-55: 0.00 % (0)
[+] 56-63: 0.00 % (0)
[*] Charset Statistics...
[+] numeric: 200.00 % (2)
[+] loweralpha: 0.00 % (0)
[+] upperalpha: 0.00 % (0)
[+] loweralphanumeric: 0.00 % (0)
[+] upperalphanumeric: 0.00 % (0)
[+] mixalpha: 0.00 % (0)
[+] mixalphanumeric: 0.00 % (0)
[+] loweralphaspecial14: 0.00 % (0)
[+] loweralphanumericspecial14: 0.00 % (0)
[+] upperalphaspecial14: 0.00 % (0)
[+] upperalphanumericspecial14: 0.00 % (0)
[+] mixalphaspecial14: 0.00 % (0)
[+] mixalphanumericspecial14: 0.00 % (0)
[+] loweralphaspecial32: 100.00 % (1)
[+] loweralphanumericspecial32: 0.00 % (0)
[+] upperalphaspecial32: 0.00 % (0)
[+] upperalphanumericspecial32: 0.00 % (0)
[+] mixalphaspecial32: 0.00 % (0)
[+] mixalphanumericspecial32: 0.00 % (0)
[+] other: 0.00 % (0)
[*] Mask statistics...
[+] alldigit: 200.00 % (2)
[+] allstring: 0.00 % (0)
[+] allspecial: 0.00 % (0)
[+] othermask: 100.00 % (1)
As you can see from the statistics, it would seem as if my list contains 1 line that somehow includes 3 passwords built from digits and non-printable characters (there are a few like this in my file). When my list is actually 11m lines long built from all possible character catagory.
Just thought I'd let you know...
Thanks.
09-24-2013, 02:39 PM
Pages: 1 2