Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 974 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 974 Bytes

mklist

Compatibility Static Badge

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.

Requirements

  • Linux System
  • Python 3
  • Figlet
  • tqdm

Installation

git clone https://github.com/ufist/mklist.git
cd mklist
pip install -r requirements.txt
python3 mklist.py

Warning

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

Disclaimer

This tool is not intended for illegal use, it was made for testing in a safe enviroment and educational purposes.