sp32

word generator based on per-position Markov chains

Install

All systems
curl cmd.cat/sp32.sh
Debian Debian
apt-get install statsprocessor
Ubuntu
apt-get install statsprocessor
image/svg+xml Kali Linux
apt-get install statsprocessor
Windows (WSL2)
sudo apt-get update sudo apt-get install statsprocessor
Raspbian
apt-get install statsprocessor

statsprocessor

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.