WORDGEN is a Python-based tool for generating custom wordlists based on user-defined characters and word lengths. It is designed for penetration testers, ethical hackers, and anyone who needs a tailored wordlist for various purposes.
- Generate combinations of characters with specified lengths.
- Save the generated wordlist directly to a text file.
- Simple and intuitive interface.
- Supports Linux, Windows, and MacOS.
Before using WORDGEN, make sure you have the following installed:
- Python 3.x: Verify by running
python --versionorpython3 --version. - pip: Python package installer (comes with Python).
- tqdm library: For progress visualization.
Download the tool from GitHub by running the following command in your terminal or command prompt:
git clone https://github.com/crawl121/wordlist.gitcd wordlist