ufist / mklist

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mklist

Compatibility

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. It is completely free and open-source.

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 legal penetration testing and education purposes.

When using this tool for penetration testing, make sure you have permission for whatever or whoever you using it on. Hacking someone or something without permission could get you a big fine or a prison sentence or both, it is illegal and I advise you to use it for legal purposes, with all that said, enjoy :)

About

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.


Languages

Language:Python 100.0%