Posts: 5
Threads: 1
Joined: Aug 2014
Hello,
I was wondering how to analyse a file 'test.txt' (containing passwords in plain text) to get results like: characters which occur most frequently and on which spot (character position distribution, character frequency distribution)?
Can somebody help me, please? Thanks!
Regards
Posts: 649
Threads: 18
Joined: Nov 2010
Posts: 5
Threads: 1
Joined: Aug 2014
(08-18-2014, 09:43 AM)radix Wrote: https://thesprawl.org/projects/pack/
I've already tried this application, yes, but I don't know how to get more 'advanced' results like: character position distribution, character frequency distribution?
There is so called 'markov chain functionality'? Where do I get it or how can I use it? Thanks.
Regards
Posts: 649
Threads: 18
Joined: Nov 2010
If pack doesnt do it, then you can try grep.
Posts: 5
Threads: 1
Joined: Aug 2014
(08-18-2014, 09:52 AM)radix Wrote: If pack doesnt do it, then you can try grep.
But it should go with PACK having previously mentioned functionality... Anyone already tried that?
Posts: 2,301
Threads: 11
Joined: Jul 2010
I have always used passpal for this job
http://thepasswordproject.com/passpal
Posts: 5
Threads: 1
Joined: Aug 2014
08-18-2014, 12:08 PM
(This post was last modified: 08-18-2014, 12:17 PM by pass29.)
(08-18-2014, 11:54 AM)undeath Wrote: I have always used passpal for this job http://thepasswordproject.com/passpal
Ok, but it gives only top 10 (I need all) and I don't see results like: frequency of 'a, b, c,..., 1, 2, 3, special characters' on '1st spot, 2nd spot, 3rd spot,...' ? Can this be done by passpal-master?
Posts: 2,301
Threads: 11
Joined: Jul 2010
08-18-2014, 12:39 PM
(This post was last modified: 08-18-2014, 12:41 PM by undeath.)
On the wiki page at the bottom of the example output. Isn't this what you're looking for? And for your other issue read the help and have a look at --top
edit: I see. I don't think I know of any program that can produce statistics per position.
Posts: 5
Threads: 1
Joined: Aug 2014
(08-18-2014, 12:39 PM)undeath Wrote: On the wiki page at the bottom of the example output. Isn't this what you're looking for? And for your other issue read the help and have a look at --top
edit: I see. I don't think I know of any program that can produce statistics per position.
Ok, for --top:
after --top I just write the number of 'Total words' that I have. Thanks.
Posts: 247
Threads: 59
Joined: Mar 2011
ULM has some analyses (
http://unifiedlm.com).
There is another analyzer out there called "Pipal".
There are also tools linguists use.