140+ 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
Custom Kernel 6.17.13 β Built from source with NullSec identity, zero upstream branding
Wayland + Hyprland β Modern compositor option
ARM64 Native β Full Apple Silicon & Raspberry Pi 5 support
π₯ Getting NullSec Linux
β‘ Quick Install (On existing Debian/Ubuntu)
The fastest way to get started β installs NullSec tools and kernel on your existing system:
git clone https://github.com/bad-antics/nullsec-linux
cd nullsec-linux
sudo ./install.sh
Build a complete NullSec Linux image from scratch:
git clone https://github.com/bad-antics/nullsec-linux
cd nullsec-linux
# Build the custom kernel
cd kernel && ./build-kernel.sh && cd ..
# Build a full image (requires root, ~30 min)
sudo ./scripts/build-iso.sh --edition full --arch amd64
# Or build a specific edition
sudo ./scripts/build-iso.sh --edition lite # Essential tools only
sudo ./scripts/build-iso.sh --edition live # Live boot (RAM-only)
sudo ./scripts/build-iso.sh --edition cloud # Cloud/K8s optimized
sudo ./scripts/build-iso.sh --edition hardware # SDR/RFID/IoT tools
Build requirements: Debian 12+/Ubuntu 22.04+, 20GB free disk, debootstrap, squashfs-tools, xorriso
β οΈ Pre-built ISO images are coming soon. The v5.0.0 release currently includes the custom kernel packages and checksums. Full ISO builds for all editions will be uploaded as they're validated. Watch the releases page for updates.
If you just want the hardened kernel on your existing system:
# Download from releases
wget https://github.com/bad-antics/nullsec-linux/releases/download/kernel-6.17.13/linux-image-6.17.13+2-amd64_6.17.13-1_amd64.deb
wget https://github.com/bad-antics/nullsec-linux/releases/download/kernel-6.17.13/linux-headers-6.17.13+2-amd64_6.17.13-1_amd64.deb
# Verify checksums
wget https://github.com/bad-antics/nullsec-linux/releases/download/kernel-6.17.13/SHA256SUMS
sha256sum -c SHA256SUMS
# Install
sudo dpkg -i linux-image-* .deb linux-headers-* .deb
sudo update-grub && sudo reboot
π― Planned Editions (v5.0)
Edition
Description
Status
Full
Complete toolkit (140+ tools)
π¨ Building
Lite
Essential tools only
π¨ Building
Live Standard
Full toolkit in RAM
π¨ Building
Live Stealth
Anti-forensics, RAM-only
π¨ Building
Cloud Pentest
AWS/GCP/Azure/K8s
π¨ Building
Hardware Hacking
SDR/RFID/Embedded/IoT
π¨ Building
AI/ML Security
LLM red team, model analysis
π¨ Building
Automotive
CAN bus, OBD-II, vehicle sec
π¨ Building
NetInstall
Minimal, downloads during install
π¨ Building
π‘οΈ Security Features
KASLR, SMEP/SMAP, PTI
Retpoline (Spectre mitigation)
Kernel module signing enforced
Lockdown mode (integrity)
KFENCE memory safety
io_uring restrictions
BPF hardening
NullSec Linux ships with a custom-compiled kernel built from upstream kernel.org sources.
No Parrot, Debian, or Ubuntu branding remains β uname, /proc/version, and all build
identity strings are NullSec-native.
Property
Value
Version
6.17.13+2-amd64
Source
kernel.org vanilla
Build ID
nullsec@nullsec.sh
/proc/version
NullSec 6.17.13-1nullsec1
See kernel/ for build scripts, configs, and documentation.
Download pre-built .deb packages from Releases .
PIE, Full RELRO, Stack canaries
FORTIFY_SOURCE=3
NX/DEP, CET/IBT
Shadow stack (x86_64)
CFI (Control-Flow Integrity)
nftables firewall default
IPv6 privacy extensions
SYN cookies, reverse path filtering
TCP timestamps disabled
ICMP redirect disabled
Wireguard built-in
AppArmor + SELinux profiles
Seccomp-bpf filters
Namespace isolation
Landlock LSM
IMA/EVM integrity
Bubblewrap sandboxing
π οΈ Pre-Installed Security Tools (115+)
Automotive Security (NEW)
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
# 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/
# 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
/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)
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)
Custom Kernel 6.17.13 (built from source, NullSec-branded)
Wayland + Hyprland compositor
Full ARM64/Apple Silicon support
Enhanced isolation (Landlock, CFI)
90+ tools
NullKia v2.0
Cloud edition
Apple Silicon via Asahi
Initial public release
60+ tools
NullSec Public License v1.0 β For authorized security testing and education only.
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
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
Related Projects (β Star them too!)
π― Version 5.0 Highlights
New AI/ML Security Edition - Tools for LLM red teaming, prompt injection testing
Hardware Hacking Edition - SDR, RFID, glitch attacks, JTAG tools
Automotive Edition - CAN bus, OBD-II, UDS protocol tools
Apple Silicon Support - Native Asahi Linux builds
RISC-V Support - For emerging hardware platforms
Full disk encryption by default
AppArmor/SELinux profiles for all tools
Hardened kernel configurations
Secure boot support
TPM integration