{"id":24932419,"url":"https://github.com/evilfeonix/word-gen","last_synced_at":"2025-04-15T02:41:49.235Z","repository":{"id":271381044,"uuid":"913252212","full_name":"evilfeonix/Word-Gen","owner":"evilfeonix","description":"generate wordlists (password) for feature attack, dictionary attack","archived":false,"fork":false,"pushed_at":"2025-01-10T03:42:32.000Z","size":327,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T14:26:15.833Z","etag":null,"topics":["brute-force","bruteforce","dict-attack","dictionary-attack","password-generator","termux-tool","word-gen","word-generation","word-generator","wordlist","wordlist-attack","wordlist-generation","wordlist-generator","wordlist-maker","wordlists"],"latest_commit_sha":null,"homepage":"https://evilfeonix.github.io/WORD-GEN/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/evilfeonix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-07T10:22:31.000Z","updated_at":"2025-03-03T11:53:03.000Z","dependencies_parsed_at":"2025-01-07T11:48:11.148Z","dependency_job_id":null,"html_url":"https://github.com/evilfeonix/Word-Gen","commit_stats":null,"previous_names":["evilfeonix/word-gen"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilfeonix%2FWord-Gen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilfeonix%2FWord-Gen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilfeonix%2FWord-Gen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilfeonix%2FWord-Gen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evilfeonix","download_url":"https://codeload.github.com/evilfeonix/Word-Gen/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248996888,"owners_count":21195785,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["brute-force","bruteforce","dict-attack","dictionary-attack","password-generator","termux-tool","word-gen","word-generation","word-generator","wordlist","wordlist-attack","wordlist-generation","wordlist-generator","wordlist-maker","wordlists"],"created_at":"2025-02-02T14:39:04.398Z","updated_at":"2025-04-15T02:41:49.216Z","avatar_url":"https://github.com/evilfeonix.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg) \n\n# WordList Generator - `WORD-GEN`\n\n### Version: 1.0\n### Author: EvilFeonix  \n### Tool Name: Word-Gen\n### Date: 16 - DECEMBER - 2024  \n### Website: [www.evilfeonix.com](http://www.evilfeonix.com)  \n### Email: evilfeonix@gmail.com  \n\n---\n\n## Description\n`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. \n\nThis tool is ideal for security professionals and ethical hackers to use in penetration testing scenarios or other legal activities.\n\n**⚠ Disclaimer**:  \nThe 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.\n\n---\n\n## Features\n- Generates custom wordlists using permutations and combinations of provided words.\n- Allows control over the minimum and maximum password lengths.\n- Automatically saves generated wordlists in a timestamped file within a structured directory.\n- Includes error handling for missing or invalid files.\n- Provides an intuitive, colorful command-line interface.\n\n---\n\n## Installation\n Clone the repository:\n   ```bash\n   git clone https://github.com/evilfeonix/Word-Gen.git\n   cd Word-Gen\n  ```\n\n---\n\n## Requirement\nThis tool Requirs to first configure the `config.ini` file before executing the main script(`word.py`).\n\n---\n  \n## Usage\n Basic Command:\n  ```bash\npython3 word.py [OPTIONS...]\n  ```\n\n---\n\n## Options\n\n| **Option**    | **Description**                                            | **Default**       |\n|---------------|------------------------------------------------------------|-------------------|\n| `--iniList`   | Path to the input file containing initial words.           | `config.ini`      |\n| `--minLen`    | Minimum length of generated passwords.                     | `4`               |\n| `--maxLen`    | Maximum length of generated passwords.                     | `14`              |\n\n---\n\n## Examples:\n Generate a wordlist:\n\n  ```bash \npython3 word.py --iniList words.txt --minLen 6 --maxLen 12\n  ```\n\n---\n\n## Use default parameters:\n\n  ```bash\npython3 word.py\n  ```\n\n---\n\n## Output\n- The generated wordlist is saved in the WordLists directory.\n- Files are named using the current date and time for easy identification:\n  \n  ```bash\n    WordLists/wordlist_2024-12-16_12-00-00.txt\n  ```\n\n---\n\n## Screenshots\nTool Banner:\n\n![EvilFeonix Basic v1.0](https://github.com/evilfeonix/WORD-GEN/blob/main/word.png)\n\n---\n\n## Contributing\n\nContributions are welcome! Feel free to fork this repository, create a feature branch, and submit a pull request.\n\n---\n\n## Disclaimer\n\n**Educational Purpose Only:**\n\nThis 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.\n\n\n**Responsibility:**\n\nThe developers are not responsible for any misuse or damage caused by this tool. Use it responsibly.\n\n---\n\n## License\nThis project is licensed under the GPL License. See the LICENSE file for details.\n\n---\n\nHappy Wordlist Generating! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilfeonix%2Fword-gen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevilfeonix%2Fword-gen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilfeonix%2Fword-gen/lists"}