sp32
word generator based on per-position Markov chains
Install
- All systems
-
curl cmd.cat/sp32.sh
- Debian
-
apt-get install statsprocessor
- Ubuntu
-
apt-get install statsprocessor
- Kali Linux
-
apt-get install statsprocessor
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install statsprocessor
- Raspbian
-
apt-get install statsprocessor
- Dockerfile
- dockerfile.run/sp32
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.