Website: www.evilfeonix.com
Email: evilfeonix@gmail.com
WORD-GEN
is a Python-based tool designed for generating custom wordlists. By combining words from an input list, the tool creates permutations and combinations to generate a comprehensive list of passwords or keywords.
This tool is ideal for security professionals and ethical hackers to use in penetration testing scenarios or other legal activities.
⚠ Disclaimer:
The creators of this tool are not responsible for any misuse or damage caused by its usage. Always use this tool responsibly and for ethical purposes only.
- Generates custom wordlists using permutations and combinations of provided words.
- Allows control over the minimum and maximum password lengths.
- Automatically saves generated wordlists in a timestamped file within a structured directory.
- Includes error handling for missing or invalid files.
- Provides an intuitive, colorful command-line interface.
Clone the repository:
git clone https://github.com/evilfeonix/Word-Gen.git
cd Word-Gen
This tool Requirs to first configure the config.ini
file before executing the main script(word.py
).
Basic Command:
python3 word.py [OPTIONS...]
Option | Description | Default |
---|---|---|
--iniList |
Path to the input file containing initial words. | config.ini |
--minLen |
Minimum length of generated passwords. | 4 |
--maxLen |
Maximum length of generated passwords. | 14 |
Generate a wordlist:
python3 word.py --iniList words.txt --minLen 6 --maxLen 12
python3 word.py
-
The generated wordlist is saved in the WordLists directory.
-
Files are named using the current date and time for easy identification:
WordLists/wordlist_2024-12-16_12-00-00.txt
Tool Banner:
Contributions are welcome! Feel free to fork this repository, create a feature branch, and submit a pull request.
Educational Purpose Only:
This tool is intended to help ethical hackers and cybersecurity professionals generate custom wordlists for legal use. Misusing this tool for unauthorized activities is against the law.
Responsibility:
The developers are not responsible for any misuse or damage caused by this tool. Use it responsibly.
This project is licensed under the GPL License. See the LICENSE file for details.
Happy Wordlist Generating! 🚀