NullSpawn is a command-line tool that generates cybersecurity and hacker-themed nicknames—perfect for CTFs, forums, gaming, or any online presence where you want a security-themed identity.
- Generate unique cybersecurity-themed nicknames
- Choose from multiple theme categories (dark, malware, protocols, etc.)
- Create variations of existing nicknames
- Apply leetspeak transformations
- Interactive and command-line modes
- Save generated nicknames to files
# Clone or download the repository
# Navigate to the NullSpawn directory
python main.py --helpgit clone https://github.com/yourusername/nullspawn.git
cd nullspawn
chmod +x main.py
./main.py --help# Generate 5 random nicknames
python main.py
# Generate 10 nicknames with dark and worm themes
python main.py -t dark worms -c 10
# Run in interactive mode
python main.py -i
# Show all available themes
python main.py --show-themes
# Create variations of existing nicknames
python main.py -v xmrworm p2pdox- dark: shadow, void, ghost, phantom, necro...
- underground: hidden, stealth, covert, crypt, tunnel...
- networks: tcp, dns, http, p2p, port...
- anon: mask, ghost, null, hidden...
- obscure: enigma, cipher, crypto, arcane...
- malware: trojan, virus, exploit, payload...
- worms: worm, crawl, snake, burrow...
- protocols: http, ssh, tor, vpn, proxy...
- hacker: bin, hex, root, shell, pwn...
| Option | Description |
|---|---|
-h, --help |
Show help message |
-t THEMES, --themes THEMES |
Themes to use for nickname generation |
-l, --leetspeak |
Apply leetspeak transformations |
-c COUNT, --count COUNT |
Number of nicknames to generate (default: 5) |
-i, --interactive |
Run in interactive mode |
-v VARIANT, --variant VARIANT |
Create variants of provided nickname(s) |
--min-length MIN_LENGTH |
Minimum nickname length (default: 3) |
--max-length MAX_LENGTH |
Maximum nickname length (default: 15) |
--show-themes |
Show available themes |
The interactive mode provides a user-friendly menu system to:
- Generate nicknames with specific themes
- Create variations of existing nicknames
- Browse through available themes
- Save generated nicknames to files
Simply run:
python main.py -ito access all features through an interactive interface.
voidcrawl
xorbin
p2pshadow
necrobyte
sysghost
darkhex
0xworm
cryptpwn
dnsl33t
hacks3c
Contributions are welcome! Please open issues or submit pull requests for new features, bug fixes, or improvements.
NullSpawn - Created for cybersecurity enthusiasts by a cybersecurity lammer.