Skip to content

Nevesto/NullSpawn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NullSpawn

Python

Cybersecurity-themed Nickname Generator

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.


Table of Contents


Features

  • 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

Installation

Windows

# Clone or download the repository
# Navigate to the NullSpawn directory
python main.py --help

Linux

git clone https://github.com/yourusername/nullspawn.git
cd nullspawn
chmod +x main.py
./main.py --help

Usage

Basic Examples

# 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

Available Themes

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

Command Options

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

Interactive Mode

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 -i

to access all features through an interactive interface.


Examples of Generated Nicknames

voidcrawl
xorbin
p2pshadow
necrobyte
sysghost
darkhex
0xworm
cryptpwn
dnsl33t
hacks3c

Contributing

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.

About

Cybersecurity-themed Nickname Generator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published