Skip to content

brgkdm/WordGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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.

wordgenn

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