NULLSEC Linux

April 16, 2026 ยท View on GitHub

# NullSec โ€” Offensive Security Framework

                    OFFENSIVE SECURITY FRAMEWORK

NULLSEC Linux

Advanced Penetration Testing & Red Team Operations Framework

A custom ParrotSec-based distribution for offensive security operations

Version Platform Modules License

๐ŸŽฏ Overview

NULLSEC is a comprehensive offensive security operations platform featuring:

  • 150+ Custom Attack Modules across 12 categories
  • Full Metasploit Framework Integration
  • AI-Powered Security Assistant (NullSec AI v3)
  • Interactive TUI Launcher with search and filtering
  • Dual Operation Modes - TEST (safe demos) + LIVE (real attacks)
  • Custom ISO Builder for deployment

๐Ÿš€ Quick Start

```bash

Launch framework console

./nullsec

Launch TUI interface

python3 nullsec-launcher.py

Launch AI assistant

python3 nullsec-ai.py

Build custom ISO

./build-iso.sh ```

๐Ÿ“ฆ Module Categories

CategoryCountDescription
Network25+Scanning, pivoting, tunneling, MITM
Web20+XSS, SQLi, SSRF, API attacks
Wireless15+WiFi, Bluetooth, RF, RFID
Malware15+Payloads, evasion, persistence
Cloud12+AWS, Azure, GCP, Kubernetes
ICS/SCADA10+PLC, Modbus, industrial systems
Mobile8+Android, iOS exploitation
Social8+Phishing, vishing, pretexting
Active Directory8+Kerberos, Golden Ticket, DCSync
Cryptography6+Breaking crypto, key extraction
IoT10+Cameras, smart devices, firmware
Evasion12+AV/EDR bypass, anti-forensics

๐Ÿ”ง Features

Framework Console

``` nullsec> use network/port-scanner nullsec (port-scanner)> set TARGET 192.168.1.0/24 nullsec (port-scanner)> run ```

TUI Launcher

  • Category browsing with vim-style navigation
  • Real-time search filtering
  • Module favorites and history
  • Detailed module info panels

AI Assistant

  • Natural language security queries
  • Automatic tool recommendations
  • Attack chain suggestions
  • CVE lookups and analysis

Metasploit Integration

  • Direct MSF console access
  • Payload generation wizard
  • Multi-handler setup
  • Session management

๐Ÿ“š Documentation

DocumentDescription
FRAMEWORK.mdCore framework documentation
MODULE_DEVELOPMENT_GUIDE.mdCreating custom modules
NULLSEC_AI_V3_GUIDE.mdAI assistant usage
DEPLOYMENT_GUIDE.mdInstallation & deployment
ISO_BUILD_INSTRUCTIONS.txtCustom ISO creation

๐Ÿ–ฅ๏ธ System Requirements

  • OS: ParrotSec Linux 5.x+ / Kali Linux 2023+
  • RAM: 4GB minimum, 8GB recommended
  • Disk: 40GB+ for full installation
  • Network: Wireless card for WiFi attacks (optional)

๐Ÿ“ Project Structure

``` nullsec/ โ”œโ”€โ”€ nullsec # Main framework launcher โ”œโ”€โ”€ nullsec-launcher.py # TUI interface โ”œโ”€โ”€ nullsec-ai.py # AI assistant โ”œโ”€โ”€ app.py # Web dashboard โ”œโ”€โ”€ nullsecurity/ # 150+ attack modules โ”‚ โ”œโ”€โ”€ network/ โ”‚ โ”œโ”€โ”€ web/ โ”‚ โ”œโ”€โ”€ wireless/ โ”‚ โ””โ”€โ”€ ... โ”œโ”€โ”€ resources/ # Wordlists, payloads โ”œโ”€โ”€ utils/ # Helper scripts โ””โ”€โ”€ static/ # Web assets ```

FOR AUTHORIZED SECURITY TESTING ONLY

This framework is designed for legal penetration testing and security research. Unauthorized access to computer systems is illegal. Only use on systems you own or have explicit written permission to test.

The developers assume no liability for misuse of this software.

๐Ÿค Contributing

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

๐Ÿ“œ License

MIT License - See LICENSE for details.


bad-antics development
github.com/bad-antics


For authorized security testing only.