#Advanced Wordlist Generator
An advanced Python tool for generating highly customizable wordlists, ideal for penetration testing, password cracking, and cybersecurity tasks. This tool uses permutations, leet substitutions, and prefixes/suffixes to create comprehensive and targeted wordlists. Features
Custom Input-Based Wordlists: Generate wordlists using user-provided details (e.g., names, dates, hobbies). Leet Speak Substitution: Converts characters like a, o, e, etc., into leet speak variants (e.g., a → @, 4). Common Prefixes and Suffixes: Adds patterns like 123, !, 2023, etc., to enhance wordlist quality. Capitalization Variations: Automatically generates capitalized and uppercase versions of words. File Output: Saves the generated wordlist to a .txt file.
Installation
git clone https://github.com/Gouthamts0077/wordlist_generator.git
cd wordlist_generator
Install Python: Ensure Python 3.x is installed. You can download it from python.org.
Usage
run the script
python3 wordlist_generator.py
Provide Input: When prompted, enter the details separated by commas:
Enter details separated by commas (e.g., name,birthdate,hobby):
Generated Wordlist: The wordlist is saved as wordlist.txt in the same directory.
Disclaimer
This tool is designed for educational and ethical purposes only. Misusing this tool for illegal activities is strictly prohibited. The author is not responsible for any misuse or damage caused by this tool.