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.
- Built from scratch as a personal challenge to learn WiFi security and custom wordlist generation.
- Generates up to 12 million unique combinations (scalable).
- Tailored for targeted OSINT-based wordlist creation.
-
Base Words Input
You manually define a list of base words in the script: names, nicknames, birthdays, email handles, etc. -
Numbers & Symbols
Add common or target-specific numbers and special characters to enhance combinations. -
Smart Combinations
The script generates combinations like:base + numberβ john123symbol + baseβ @johnbase + symbol + numberβ john@007- Variants with capitalizations
-
Output
The final wordlist is written to a.txtfile containing potentially millions of custom combinations.
git clone https://github.com/gsubigya/WordStorm.git
cd WordStorm
python wordstorm.py