๐Ÿ” NullSec Tools

February 27, 2026 ยท View on GitHub

๐Ÿ” NullSec Tools

Professional Security Toolkit by bad-antics

License: NPL Platform Shell Tools GitHub

    _   __      ____  _____           
   / | / /_  __/ / / / ___/___  _____ 
  /  |/ / / / / / /  \__ \/ _ \/ ___/ 
 / /|  / /_/ / / /  ___/ /  __/ /__   
/_/ |_/\__,_/_/_/  /____/\___/\___/   
                                      
    โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•— โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•—  โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•— โ–ˆโ–ˆโ•—     โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•—
    โ•šโ•โ•โ–ˆโ–ˆโ•”โ•โ•โ•โ–ˆโ–ˆโ•”โ•โ•โ•โ–ˆโ–ˆโ•—โ–ˆโ–ˆโ•”โ•โ•โ•โ–ˆโ–ˆโ•—โ–ˆโ–ˆโ•‘     โ–ˆโ–ˆโ•”โ•โ•โ•โ•โ•
       โ–ˆโ–ˆโ•‘   โ–ˆโ–ˆโ•‘   โ–ˆโ–ˆโ•‘โ–ˆโ–ˆโ•‘   โ–ˆโ–ˆโ•‘โ–ˆโ–ˆโ•‘     โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•—
       โ–ˆโ–ˆโ•‘   โ–ˆโ–ˆโ•‘   โ–ˆโ–ˆโ•‘โ–ˆโ–ˆโ•‘   โ–ˆโ–ˆโ•‘โ–ˆโ–ˆโ•‘     โ•šโ•โ•โ•โ•โ–ˆโ–ˆโ•‘
       โ–ˆโ–ˆโ•‘   โ•šโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•”โ•โ•šโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•”โ•โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•—โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•‘
       โ•šโ•โ•    โ•šโ•โ•โ•โ•โ•โ•  โ•šโ•โ•โ•โ•โ•โ• โ•šโ•โ•โ•โ•โ•โ•โ•โ•šโ•โ•โ•โ•โ•โ•โ•

    [ bad-antics development | Est. 2025 ]

These tools are for AUTHORIZED SECURITY TESTING ONLY.

By using these tools, you agree to:

  • Only use them on systems you own or have explicit written permission to test
  • Comply with all applicable laws and regulations
  • Accept full responsibility for your actions
  • Not use these tools for malicious purposes

The developers assume no liability for misuse of these tools.


๐Ÿ“ฆ Tool Categories

๐Ÿ”ด Red Team / Offensive

ToolDescription
nullsec-scanNetwork & port scanner
nullsec-crackPassword cracking wrapper (John/Hashcat)
nullsec-payloadPayload generation & encoding
nullsec-enumService enumeration toolkit
nullsec-osintOpen Source Intelligence gathering
nullsec-c2Command & Control framework wrapper
nullsec-spoofIdentity/MAC/DNS spoofing
nullsec-portknockPort knocking client/server
nullsec-honeypotLightweight honeypot system
nullsec-wordlistWordlist generation
nullsec-evadeAnti-detection techniques

๐Ÿ”ต Blue Team / Defensive

ToolDescription
nullsec-hardenSystem Security toolkit
nullsec-auditSecurity audit framework
nullsec-monitorSystem monitoring
nullsec-netwatchNetwork traffic analyzer
nullsec-dfirDigital Forensics & IR
nullsec-forensicsEvidence collection
nullsec-logLog management
nullsec-keylog-detectKeylogger detection

๐ŸŸข Privacy & Encryption

ToolDescription
nullsec-cryptFile encryption (AES-256-GCM)
nullsec-vaultEncrypted secrets vault
nullsec-privacyPrivacy Security
nullsec-proxyProxy chain management
nullsec-tunnelSSH tunneling toolkit
nullsec-shredSecure file deletion
nullsec-hashHashing utilities

๐ŸŸก System & Utilities

ToolDescription
nullsec-backupEncrypted backups
nullsec-containerContainer security
nullsec-sandboxSandboxed execution
nullsec-fetchSystem info (neofetch-style)
glowbarnSecurity console & resource monitor
nullsec-updateSystem updater
nullsec-verifyFile integrity checker
nullsec-watchFile system watcher
nullsec-reconReconnaissance toolkit

๐ŸŽจ Theming & Customization

ToolDescription
nullsec-themeGTK theme manager
nullsec-backgroundsWallpaper generator
nullsec-iconsIcon theme manager
nullsec-plymouthBoot splash manager

๐Ÿš€ Installation

git clone https://github.com/bad-antics/nullsec-tools.git
cd nullsec-tools
chmod +x install.sh
./install.sh

Manual Install

# Clone repository
git clone https://github.com/bad-antics/nullsec-tools.git

# Copy tools to your path
cp nullsec-tools/linux/* ~/.local/bin/

# Make executable
chmod +x ~/.local/bin/nullsec-*

# Verify installation
nullsec-fetch

Dependencies

# Debian/Ubuntu
sudo apt install nmap netcat-openbsd curl jq openssl imagemagick \
    john hashcat socat proxychains4 tor

# Arch Linux
sudo pacman -S nmap gnu-netcat curl jq openssl imagemagick \
    john hashcat socat proxychains-ng tor

๐Ÿ“– Usage Examples

# Network scanning
nullsec-scan quick 192.168.1.0/24
nullsec-scan stealth 10.10.10.1

# Password cracking
nullsec-crack identify "5f4dcc3b5aa765d61d8327deb882cf99"
nullsec-crack john hashes.txt /path/to/wordlist.txt

# OSINT gathering
nullsec-osint domain example.com
nullsec-osint email user@example.com

# Enumeration
nullsec-enum smb 192.168.1.100
nullsec-enum http 192.168.1.100

# Encryption
nullsec-crypt encrypt secret.txt
nullsec-vault add api_key "sk-xxxx"

# System Security
nullsec-harden firewall
nullsec-harden ssh
nullsec-audit full

# Tunneling
nullsec-tunnel socks 1080 user@proxy.host
nullsec-tunnel local 3306 db.internal 3306 user@jump.host

๐Ÿ—๏ธ Project Structure

nullsec-tools/
โ”œโ”€โ”€ linux/              # Linux tools
โ”‚   โ”œโ”€โ”€ nullsec-scan
โ”‚   โ”œโ”€โ”€ nullsec-crack
โ”‚   โ”œโ”€โ”€ nullsec-payload
โ”‚   โ””โ”€โ”€ ... (50+ tools)
โ”œโ”€โ”€ scripts/            # Helper scripts
โ”œโ”€โ”€ LICENSE             # NullSec Public License
โ”œโ”€โ”€ README.md           # This file
โ”œโ”€โ”€ TOOLS.md            # Detailed tool docs
โ””โ”€โ”€ CHANGELOG.md        # Version history

๐Ÿค Contributing

Contributions are welcome! Please:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/new-tool)
  3. Commit your changes (git commit -am 'Add new tool')
  4. Push to the branch (git push origin feature/new-tool)
  5. Open a Pull Request

๐Ÿ“œ License

This project is licensed under the NullSec Public License v1.0 - see LICENSE for details.

Key Points:

  • โœ… Free for authorized security testing
  • โœ… Open source and modifiable
  • โŒ No unauthorized/malicious use
  • โŒ No liability for misuse


Developed with ๐Ÿ’€ by bad-antics

NullSec Project ยฉ 2025 - Hack Ethically

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚  "Security is not a product, but a       โ”‚
โ”‚   process." - Bruce Schneier             โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

GitHub X/Twitter

๐Ÿ”ง Quick Start

# Clone the repository
git clone https://github.com/bad-antics/nullsec-tools.git
cd nullsec-tools

# Run the installer
./install.sh

# Or install specific tools
./install.sh --category cloud
./install.sh --tool aws-recon

๐Ÿ“Š Tool Statistics

CategoryToolsLanguages
Cloud Security12Python, Go, Rust
Network Analysis18C, Python, Go
Reverse Engineering15C++, Rust, Python
Mobile Security22Kotlin, Swift, Python
Hardware Hacking8C, Rust, Assembly
Automotive9C, Python, CAN
AI/ML Security6Python
Web Security25JS, Python, Go
Forensics20Python, C

โšก Performance Optimizations

  • Parallel tool execution
  • Memory-efficient scanning
  • Async I/O operations
  • Connection pooling