Skip to content
/ WordGen Public

WordGen is a Python script designed to generate customizable wordlists for security testing or other purposes. It allows users to create wordlists using combinations of words, numbers, special characters, and more. The script is simple and flexible, enabling users to define the type of combinations and wordlist length.

License

Notifications You must be signed in to change notification settings

brgkdm/WordGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 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.

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

About

WordGen is a Python script designed to generate customizable wordlists for security testing or other purposes. It allows users to create wordlists using combinations of words, numbers, special characters, and more. The script is simple and flexible, enabling users to define the type of combinations and wordlist length.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages