Skip to content
/ WordGen Public

WordGen is a Python tool for cybersecurity experts to create custom wordlists for security testing. It allows generating wordlists with specific words, numbers, and symbols. Built for versatility, it aids in penetration testing and password analysis by offering full control over wordlist design, scope, complexity, character sets, and formatting.

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

45 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 tool for cybersecurity experts to create custom wordlists for security testing. It allows generating wordlists with specific words, numbers, and symbols. Built for versatility, it aids in penetration testing and password analysis by offering full control over wordlist design, scope, complexity, character sets, and formatting.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages