How to Install statsprocessor in Ubuntu 18.04



Install statsprocessor by entering the following commands in the terminal:

sudo apt update
sudo apt install statsprocessor

Description:

word generator based on per-position Markov chains

Statsprocessor is a word generator based on per-position Markov chains packed into a single stand-alone binary. It generates candidate words based on a Hashcat format .hcstat file by using this information to determine which letter is following which letter based on the analysis of the original input dictionary used to generate the .hcstat. The resulting words can then, for example, be postprocessed and fed into Hashcat or other password recovery tools.

Homepage: https://github.com/hashcat/statsprocessor

Version: 0.11-3

Section: universe/utils