Skip to content

🐧 Security-focused Linux distribution with 135+ penetration testing tools | Kali/Parrot alternative | Cloud, AI/ML, Automotive, Hardware hacking editions

License

Notifications You must be signed in to change notification settings

bad-antics/nullsec-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

21 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”’ NullSec Linux

Security-Focused Linux Distribution v5.0

by bad-antics development

License: NPL Base Tools Version GitHub Discord

    _   __      ____  _____              __    _                  
   / | / /_  __/ / / / ___/___  _____   / /   (_)___  __  ___  __
  /  |/ / / / / / /  \__ \/ _ \/ ___/  / /   / / __ \/ / / / |/_/
 / /|  / /_/ / / /  ___/ /  __/ /__   / /___/ / / / / /_/ />  <  
/_/ |_/\__,_/_/_/  /____/\___/\___/  /_____/_/_/ /_/\__,_/_/|_|  
                                                                  
       [ bad-antics development | Security Distribution v5.0 ]

πŸ”‘ Join discord.gg/killers for premium tools & support!


πŸ†• What's New in v5.0

  • 135+ Security Tools β€” 25 new tools added
  • NullKia v3.0 Integrated β€” Mobile security framework built-in
  • AI/ML Security Suite β€” LLM red teaming, ML model analysis
  • Cloud Pentesting Edition β€” AWS/GCP/Azure/Kubernetes tools
  • Hardware Hacking Edition β€” SDR, RFID, embedded systems
  • Automotive Security β€” CAN bus, OBD-II, vehicle pentesting
  • Kernel 6.8 LTS β€” Latest security patches
  • Wayland + Hyprland β€” Modern compositor option
  • ARM64 Native β€” Full Apple Silicon & Raspberry Pi 5 support

πŸ“₯ Official Downloads

🌐 Download Portal: bad-antics.github.io


πŸ’Ž Premium Editions

Stripped, locked-down, production-ready images with enterprise-grade security.

Edition Description Size Download
NullSec Pro β€” Full Complete secure system 3.6 GB ISO
NullSec Pro β€” USB Bootable USB with encrypted persistence 4.5 GB IMG
NullSec Pro β€” Minimal CLI-only, minimal attack surface 980 MB ISO
NullSec Pro β€” Cloud AWS/GCP/Azure/K8s optimized 2.0 GB OVA/AMI
NullSec Pro β€” Hardware SDR/RFID/Embedded tools 4.8 GB ISO

Premium Features:

  • βœ… Kernel lockdown (KSPP, grsecurity principles)
  • βœ… Zero telemetry β€” completely stripped
  • βœ… Full disk encryption (LUKS2 + Argon2id)
  • βœ… Secure boot with custom keys
  • βœ… Anti-forensics capabilities
  • βœ… MAC spoofing on boot
  • βœ… Tor/I2P/Lokinet integration
  • βœ… 115+ security tools pre-installed

🐧 Standard Editions

Edition Description Size Download
Full Complete toolkit (135+ tools) 5.8 GB ISO
Lite Essential tools only 2.8 GB ISO
NetInstall Minimal, downloads during install 520 MB ISO

⚑ Live Boot Images

Boot directly without installation β€” leaves no trace on host system.

Edition Description Size Download
Live Standard Full toolkit in RAM 4.0 GB ISO
Live Stealth Anti-forensics, RAM-only 3.2 GB ISO
Live Forensics DFIR focused, read-only mounts 4.8 GB ISO
Live Air-Gapped No network stack, offline only 2.4 GB ISO

🎯 Specialized Editions (NEW in v5.0)

Edition Description Size Download
Cloud Pentest AWS/GCP/Azure/K8s security 3.5 GB ISO
Hardware Hacking SDR/RFID/Embedded/IoT 4.2 GB ISO
AI/ML Security LLM red team, model analysis 6.5 GB ISO
Automotive CAN bus, OBD-II, vehicle sec 3.8 GB ISO
Mobile Security NullKia + Android/iOS tools 4.0 GB ISO

πŸ–₯️ Architecture Support

Architecture Description Download
AMD64/x86_64 Standard 64-bit PCs All editions above
ARM64/aarch64 Raspberry Pi 4/5, ARM servers ISO
RISC-V StarFive VisionFive 2 ISO
Apple Silicon M1/M2/M3/M4 native IMG

πŸ” Verify Downloads

# Download checksums
wget https://github.com/bad-antics/nullsec-linux/releases/download/v5.0/SHA256SUMS
wget https://github.com/bad-antics/nullsec-linux/releases/download/v5.0/SHA256SUMS.sig

# Verify checksum
sha256sum -c SHA256SUMS 2>/dev/null | grep nullsec

# GPG verification
gpg --keyserver keyserver.ubuntu.com --recv-keys B1F1881F70FB62A7
gpg --verify SHA256SUMS.sig SHA256SUMS

πŸ›‘οΈ Security Features

Kernel Protection

  • KASLR, SMEP/SMAP, PTI
  • Retpoline (Spectre mitigation)
  • Kernel module signing enforced
  • Lockdown mode (integrity)
  • KFENCE memory safety
  • io_uring restrictions
  • BPF hardening

Binary Protection

  • PIE, Full RELRO, Stack canaries
  • FORTIFY_SOURCE=3
  • NX/DEP, CET/IBT
  • Shadow stack (x86_64)
  • CFI (Control-Flow Integrity)

Network Security

  • nftables firewall default
  • IPv6 privacy extensions
  • SYN cookies, reverse path filtering
  • TCP timestamps disabled
  • ICMP redirect disabled
  • Wireguard built-in

Application Security

  • AppArmor + SELinux profiles
  • Seccomp-bpf filters
  • Namespace isolation
  • Landlock LSM
  • IMA/EVM integrity
  • Bubblewrap sandboxing

πŸ› οΈ Pre-Installed Security Tools (115+)

Offensive Security

Tool Language Purpose
nullsec-injector Rust Memory-safe process injection
nullsec-shellcraft Racket Shellcode generation DSL
nullsec-exploit C Binary exploitation framework
nullsec-c2 Go Command & control server
nullsec-phish Python Phishing framework
nullsec-webfuzz Rust Web application fuzzer
nullsec-sqlinject Python SQL injection toolkit

Network Security

Tool Language Purpose
nullsec-netprobe Nim Stealthy network recon
nullsec-portscan Elixir Async port scanner
nullsec-netseer Haskell Traffic analysis
nullsec-sniffer Clojure Packet capture
nullsec-flowtrace Haskell Flow analyzer
nullsec-crystalrecon Crystal Network reconnaissance
nullsec-dnsenum Go DNS enumeration
nullsec-arpwatch C ARP monitoring

Binary Analysis

Tool Language Purpose
nullsec-memcorrupt Zig Memory corruption analysis
nullsec-bingaze C++20 Binary analysis
nullsec-kernspy Go Kernel module analyzer
nullsec-zigscan Zig Binary entropy analyzer
nullsec-nimhunter Nim Memory forensics
nullsec-binarydiff Rust Binary diffing
nullsec-hexdump Zig Hex analysis

Cryptography

Tool Language Purpose
nullsec-cryptwrap Ada/SPARK Formally verified crypto
nullsec-hashwitch Julia Hash analysis
nullsec-adashield Ada Protocol validator
nullsec-vvault V Credential vault
nullsec-cryptoaudit Rust Crypto implementation audit

Defense & Detection

Tool Language Purpose
nullsec-cppsentry C++20 Packet sentinel
nullsec-swiftsentinel Swift macOS event monitor
nullsec-kotlinguard Kotlin Container scanner
nullsec-clusterguard Erlang Distributed IDS
nullsec-luashield Lua WAF rules engine
nullsec-beaconhunt Go C2 beacon detector

OSINT & Recon

Tool Language Purpose
nullsec-reporaider Clojure Git secret scanner
nullsec-juliaprobe Julia Anomaly detector
nullsec-perlscrub Perl Log sanitizer
nullsec-shelltrace Tcl Command auditor
nullsec-fsharpsignal F# Signal correlator
nullsec-credscan Python Credential finder

Mobile Security

Tool Language Purpose
nullkia Multi Mobile security framework v3.0
nullsec-apkanalyzer Kotlin APK analysis
nullsec-iosextract Swift iOS forensics
nullsec-android Java Android security
nullsec-bluetooth C Bluetooth research

Cloud Security (NEW)

Tool Language Purpose
nullsec-cloudaudit Go Multi-cloud auditor
nullsec-k8sscan Go Kubernetes security scanner
nullsec-awsrecon Python AWS enumeration
nullsec-gcphunt Go GCP security
nullsec-azuresweep C# Azure auditor
nullsec-terraform-scan Go IaC security

AI/ML Security (NEW)

Tool Language Purpose
nullsec-llmred Python LLM red teaming
nullsec-promptinject Python Prompt injection testing
nullsec-modelaudit Python ML model security audit
nullsec-adversarial Python Adversarial ML
nullsec-datapoisoning Python Training data attacks

Hardware Hacking (NEW)

Tool Language Purpose
nullsec-sdr C/Python Software-defined radio
nullsec-rfid C RFID/NFC research
nullsec-canbus C CAN bus analysis
nullsec-jtag C JTAG/SWD tools
nullsec-glitch Python Fault injection
nullsec-uart Python UART/Serial tools

Automotive Security (NEW)

Tool Language Purpose
nullsec-carfuzz C CAN bus fuzzer
nullsec-obdii Python OBD-II toolkit
nullsec-uds Python UDS protocol tools
nullsec-keyfob C Key fob research

Automation & Framework

Tool Language Purpose
nullsec-framework Python Unified framework
nullsec-dlangaudit D Security auditor
nullsec-beacon Erlang Network beacon
nullsec-ocamlparse OCaml Policy parser

πŸš€ Quick Start

System Requirements

Component Minimum Recommended
CPU 64-bit x86_64/ARM64 Multi-core (4+)
RAM 4 GB 16 GB
Storage 30 GB 120 GB NVMe
Graphics Any Hardware accel

Create Bootable USB

# Linux/macOS
sudo dd if=nullsec-pro-5.0-amd64.iso of=/dev/sdX bs=4M status=progress conv=fsync

# Or use Ventoy for multi-ISO boot
sudo ventoy -i /dev/sdX
cp nullsec-*.iso /mnt/ventoy/

First Boot

# Update system
nullsec-update

# Fetch latest tools
nullsec-fetch

# Launch framework
nullsec-framework

# Apply security profile
nullsec-harden --profile maximum

# Start anonymity mode
nullsec-anon --tor --mac-spoof --dns-over-tor

# Launch NullKia (mobile)
nullkia --gui

πŸ“ Directory Structure

/opt/nullsec/
β”œβ”€β”€ bin/           # 115+ NullSec tools
β”œβ”€β”€ configs/       # Configuration files
β”œβ”€β”€ payloads/      # Payload templates
β”œβ”€β”€ wordlists/     # Curated wordlists
β”œβ”€β”€ scripts/       # Automation scripts
β”œβ”€β”€ modules/       # Framework modules
β”œβ”€β”€ ai/            # AI/ML models (NEW)
β”œβ”€β”€ hardware/      # Hardware tool configs (NEW)
└── docs/          # Documentation

/etc/nullsec/
β”œβ”€β”€ security/      # Security profiles
β”œβ”€β”€ firewall/      # nftables rules
β”œβ”€β”€ apparmor/      # AppArmor profiles
β”œβ”€β”€ seccomp/       # Seccomp filters
β”œβ”€β”€ integrity/     # IMA policies
└── cloud/         # Cloud provider configs (NEW)

πŸ”— Related Projects

Project Description
nullsec-framework Unified toolkit framework
nullkia Mobile security framework v3.0
nullsec-payloads Payload templates
nullsec-wordlists Curated wordlists
nullsec-configs Dotfiles & configs
bad-antics.github.io Download portal

πŸ“‹ Changelog

v5.0.0 (January 2026)

  • 135+ tools (25 new)
  • NullKia v3.0 integrated
  • Cloud pentesting edition (AWS/GCP/Azure/K8s)
  • AI/ML security suite (LLM red teaming)
  • Hardware hacking edition (SDR/RFID/IoT)
  • Automotive security tools (CAN bus)
  • Kernel 6.8 LTS
  • Wayland + Hyprland compositor
  • Full ARM64/Apple Silicon support
  • Enhanced isolation (Landlock, CFI)

v4.0.0 (2025)

  • 90+ tools
  • NullKia v2.0
  • Cloud edition
  • Apple Silicon via Asahi

v3.0.0 (2024)

  • Initial public release
  • 60+ tools

πŸ“œ License

NullSec Public License v1.0 β€” For authorized security testing and education only.


🏷️ Keywords

linux distribution security distro penetration testing ethical hacking kali alternative parrot alternative red team blue team CTF cybersecurity hacking tools privacy anonymity DFIR OSINT bad-antics nullsec cloud security kubernetes aws ai security hardware hacking automotive security mobile security iot security


Developed with πŸ’€ by bad-antics

NullSec Project Β© 2026 β€” Hack Ethically

GitHub Discord Website


⭐ Support the Project

If you find NullSec Linux useful, please consider:

  • ⭐ Star this repository β€” helps others discover it!
  • 🍴 Fork it β€” contribute improvements
  • πŸ“’ Share it β€” tell your security community
  • πŸ’¬ Join Discord β€” discord.gg/killers

Related Projects (⭐ Star them too!)

Project Description
⭐ nullsec-webfuzz High-performance web fuzzer in Rust
⭐ blackflag-ecu Professional ECU diagnostics & tuning
⭐ nullkia Mobile security framework
⭐ mysterymachine AI-powered recon & exploitation
⭐ ai-entropy-mapper Neural network entropy analysis