![]() |
Analyse passwords list - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: General Help (https://hashcat.net/forum/forum-8.html) +--- Thread: Analyse passwords list (/thread-3619.html) Pages:
1
2
|
Analyse passwords list - pass29 - 08-18-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 RE: Analyse passwords list - radix - 08-18-2014 https://thesprawl.org/projects/pack/ RE: Analyse passwords list - pass29 - 08-18-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 RE: Analyse passwords list - radix - 08-18-2014 If pack doesnt do it, then you can try grep. RE: Analyse passwords list - pass29 - 08-18-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? RE: Analyse passwords list - undeath - 08-18-2014 I have always used passpal for this job http://thepasswordproject.com/passpal RE: Analyse passwords list - pass29 - 08-18-2014 (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? RE: Analyse passwords list - undeath - 08-18-2014 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. RE: Analyse passwords list - pass29 - 08-18-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 Ok, for --top: after --top I just write the number of 'Total words' that I have. Thanks. RE: Analyse passwords list - Kgx Pnqvhm - 08-18-2014 ULM has some analyses (http://unifiedlm.com). There is another analyzer out there called "Pipal". There are also tools linguists use. |