Skip to content

Files

Latest commit

bb6ed54 · Jan 25, 2025

History

History
31 lines (22 loc) · 1.32 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.32 KB

WordGen

This Python script generates customizable wordlists for use just security testing, or other related purposes. You can create wordlists using various combinations of words, numbers, special characters, and more. The script is designed to be simple and flexible, allowing you to define the type of combinations and the length of the wordlist you want to generate.

wordgen

Features

  • Generates wordlists with different combinations (words + numbers, words + special characters, etc.)
  • Customizable word input and output file name
  • Option to select specific password combinations, including:
    • Words + Numbers (e.g., word123, 123word)
    • Words + Special Characters (e.g., word!, word@123)
    • Capitalized Words + Year (e.g., Word2024)
    • Mixed Case Randomized (e.g., wOrD123)
    • All combinations combined (recommended for better coverage)

Installation

To use this script, simply clone the repository and run the script with Python:

git clone https://github.com/brgkdm/WordGen
cd WordGen
python wordgen.py

Contributors