Skip to content

This tool was created to improve my working efficiency but broke me before I ran the script. There is a story behind why I said this, but this tool works perfectly

Notifications You must be signed in to change notification settings

gsubigya/WordStorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

⚑ WordStorm – Custom Wordlist Generator in Python

WordStorm is a lightweight yet powerful Python script that creates highly customizable password wordlists from base words, numbers, and symbols. Whether you're learning password attacks, performing ethical pentesting, or building CTF resources this tool is for you.

  1. Built from scratch as a personal challenge to learn WiFi security and custom wordlist generation.
  2. Generates up to 12 million unique combinations (scalable).
  3. Tailored for targeted OSINT-based wordlist creation.

πŸ”§ How It Works

  1. Base Words Input
    You manually define a list of base words in the script: names, nicknames, birthdays, email handles, etc.

  2. Numbers & Symbols
    Add common or target-specific numbers and special characters to enhance combinations.

  3. Smart Combinations
    The script generates combinations like:

    • base + number β†’ john123
    • symbol + base β†’ @john
    • base + symbol + number β†’ john@007
    • Variants with capitalizations
  4. Output
    The final wordlist is written to a .txt file containing potentially millions of custom combinations.


πŸš€ Getting Started

git clone https://github.com/gsubigya/WordStorm.git
cd WordStorm
python wordstorm.py

About

This tool was created to improve my working efficiency but broke me before I ran the script. There is a story behind why I said this, but this tool works perfectly

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages