mklist or MakeList generates wordlists with combinations and numbers of a word, it creates many combinations so it can be used for cracking passwords, usernames, etc.
- Linux System
- Python 3
- Figlet
- tqdm
git clone https://github.com/ufist/mklist.git
cd mklist
pip install -r requirements.txt
python3 mklist.py
When generating a wordlist, the file could be too big based on your preferences, the file could range from 900 MB to more than 5 GB if you set the maximum number generation larger than 5
This tool is not intended for illegal use, it was made for testing in a safe enviroment and educational purposes.