![]() |
Count-words ? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip (https://hashcat.net/forum/forum-28.html) +--- Thread: Count-words ? (/thread-4852.html) |
Count-words ? - HashBear - 11-27-2015 Hey, in the talk by T0XIC (Link), he presents the "count-words.pl"-utility. It seemed as if this was included in the hashcat utilities. However, I can't seem to find it anywhere. I'd really like to try out this tool.. Could anyone point me to where I can find it? RE: Count-words ? - royce - 08-12-2016 Closest I could find: https://github.com/dandavison/ngrams/blob/master/src/count-words.pl RE: Count-words ? - Kgx Pnqvhm - 08-16-2016 Look at Didier Stevens' count.py described in the video at https://videos.didierstevens.com/count-py/ and downloaded from https://blog.didierstevens.com/my-software/#count It was written for password lists. This is its displayed help: Usage: count.py [options] [files ...] count unique items files: wildcards are supported @file: run command on each file listed in the text file specified Source code put in the public domain by Didier Stevens, no Copyright Use at your own risk https://DidierStevens.com Options: --version show program's version number and exit -h, --help show this help message and exit -d, --descending sort descending -k, --keys sort on keys in stead of counts -t, --totals print totals -n, --nocounts don't display the counters -s, --split split lines -l, --lowercase convert all input to lowercase before counting -I INPUTSEPARATOR, --inputseparator=INPUTSEPARATOR input separator (default ,) -O OUTPUTSEPARATOR, --outputseparator=OUTPUTSEPARATOR output separator (default ,) -H, --header start with a header -p, --percentage include percentage -R, --rank include rank -i IGNORE, --ignore=IGNORE element to ignore -o OUTPUT, --output=OUTPUT output file -b, --bothoutputs if used together with option o, output is also displayed -r RESUME, --resume=RESUME resume from saved data -e EXPORT, --export=EXPORT export: save data |