|
| 1 | +# NullSec Linux 5.0.0 Release Announcement |
| 2 | + |
| 3 | +**Release Date:** January 23, 2026 |
| 4 | +**Codename:** "Phantom" |
| 5 | +**Download:** https://github.com/bad-antics/nullsec-linux/releases/tag/v5.0.0 |
| 6 | + |
| 7 | +--- |
| 8 | + |
| 9 | +## Overview |
| 10 | + |
| 11 | +We are pleased to announce the release of **NullSec Linux 5.0.0**, a major update to our security-focused Linux distribution. This release brings significant improvements including expanded tool coverage, new specialized editions, and broader architecture support. |
| 12 | + |
| 13 | +## What's New in 5.0.0 |
| 14 | + |
| 15 | +### 🛠️ 135+ Security Tools |
| 16 | +- Expanded from 90+ to 135+ pre-installed security tools |
| 17 | +- New categories: Cloud Security, AI/ML Security, Hardware Hacking, Automotive Security |
| 18 | +- All tools tested and pre-configured for immediate use |
| 19 | + |
| 20 | +### 🐧 5 New Specialized Editions |
| 21 | +- **Cloud Pentest Edition** — AWS, GCP, Azure, Kubernetes security testing |
| 22 | +- **AI/ML Security Edition** — LLM red teaming, model auditing, adversarial testing |
| 23 | +- **Hardware Hacking Edition** — SDR, RFID, JTAG, glitch attack tools |
| 24 | +- **Automotive Security Edition** — CAN bus, OBD-II, UDS protocol testing |
| 25 | +- **Mobile Security Edition** — Integration with NullKia framework |
| 26 | + |
| 27 | +### 🖥️ 4 Architecture Support |
| 28 | +- **AMD64** — Full support with all tools |
| 29 | +- **ARM64** — Native support for Raspberry Pi, cloud instances |
| 30 | +- **RISC-V** — Experimental support for RISC-V boards |
| 31 | +- **Apple Silicon** — Native M1/M2/M3 support via Asahi patches |
| 32 | + |
| 33 | +### 🎨 Desktop Environment Updates |
| 34 | +- XFCE 4.18 as default (lightweight, customizable) |
| 35 | +- Hyprland 0.35+ for Wayland users |
| 36 | +- i3wm preset for tiling window manager fans |
| 37 | +- Custom NullSec dark theme across all environments |
| 38 | + |
| 39 | +### 🔒 Security Improvements |
| 40 | +- Kernel 6.8 LTS with security hardening patches |
| 41 | +- AppArmor profiles for all pre-installed tools |
| 42 | +- Secure boot support (signed bootloader) |
| 43 | +- Full disk encryption in installer |
| 44 | +- MAC address randomization on boot |
| 45 | + |
| 46 | +### 📦 Base System |
| 47 | +- Debian 13 (Trixie) base |
| 48 | +- systemd 255 |
| 49 | +- Linux kernel 6.8 LTS |
| 50 | +- GRUB 2.12 bootloader |
| 51 | +- Calamares 3.3 graphical installer |
| 52 | + |
| 53 | +## Download |
| 54 | + |
| 55 | +| Edition | Architecture | Size | Download | |
| 56 | +|---------|--------------|------|----------| |
| 57 | +| Standard | AMD64 | 4.2 GB | [Download](https://github.com/bad-antics/nullsec-linux/releases/download/v5.0.0/nullsec-5.0.0-standard-amd64.iso) | |
| 58 | +| Standard | ARM64 | 4.0 GB | [Download](https://github.com/bad-antics/nullsec-linux/releases/download/v5.0.0/nullsec-5.0.0-standard-arm64.iso) | |
| 59 | +| Minimal | AMD64 | 1.8 GB | [Download](https://github.com/bad-antics/nullsec-linux/releases/download/v5.0.0/nullsec-5.0.0-minimal-amd64.iso) | |
| 60 | +| Live | AMD64 | 3.5 GB | [Download](https://github.com/bad-antics/nullsec-linux/releases/download/v5.0.0/nullsec-5.0.0-live-amd64.iso) | |
| 61 | +| Cloud | AMD64 | 2.8 GB | [Download](https://github.com/bad-antics/nullsec-linux/releases/download/v5.0.0/nullsec-5.0.0-cloud-amd64.iso) | |
| 62 | + |
| 63 | +## Verification |
| 64 | + |
| 65 | +All releases are GPG signed. Import our signing key: |
| 66 | +```bash |
| 67 | +curl -fsSL https://bad-antics.github.io/keys/nullsec-release.asc | gpg --import |
| 68 | +``` |
| 69 | + |
| 70 | +Verify downloads: |
| 71 | +```bash |
| 72 | +gpg --verify nullsec-5.0.0-standard-amd64.iso.sig nullsec-5.0.0-standard-amd64.iso |
| 73 | +sha256sum -c SHA256SUMS |
| 74 | +``` |
| 75 | + |
| 76 | +## Upgrade Path |
| 77 | + |
| 78 | +Users of NullSec Linux 4.x can upgrade using: |
| 79 | +```bash |
| 80 | +sudo nullsec-upgrade --to 5.0.0 |
| 81 | +``` |
| 82 | + |
| 83 | +Or perform a fresh installation (recommended for major version upgrades). |
| 84 | + |
| 85 | +## Documentation |
| 86 | + |
| 87 | +- [Installation Guide](https://github.com/bad-antics/nullsec-wiki/Installation-Guide) |
| 88 | +- [Tool Documentation](https://github.com/bad-antics/nullsec-wiki/Tools) |
| 89 | +- [FAQ](https://github.com/bad-antics/nullsec-wiki/FAQ) |
| 90 | + |
| 91 | +## Support |
| 92 | + |
| 93 | +- **GitHub Issues:** https://github.com/bad-antics/nullsec-linux/issues |
| 94 | +- **Discord:** https://discord.gg/killers |
| 95 | +- **Wiki:** https://github.com/bad-antics/nullsec-wiki |
| 96 | + |
| 97 | +## Acknowledgments |
| 98 | + |
| 99 | +Thanks to all contributors, testers, and the security community for feedback and support. |
| 100 | + |
| 101 | +--- |
| 102 | + |
| 103 | +**NullSec Linux** — Security Tools. Simplified. |
| 104 | + |
| 105 | +© 2024-2026 bad-antics | MIT License |
0 commit comments