README.md
March 4, 2026 · View on GitHub
SentinelX
High-Performance Zsh Theme for Offensive Security.
SentinelX is a lightweight, high-fidelity Zsh theme optimized for penetration testing and red teaming. It provides real-time situational awareness and process tracking for long-running security tools.
Key Features
- Live Process Spinner: Uses
gumto provide a visual heartbeat for tools likenmapandffuf. - VPN Guard: Automatic icon (
) whentun0orwg0is active. - Privilege Alert: Dynamic Red Skull (
) and red username when running asroot. - Execution Timer: Displays command duration (e.g.,
45s ) in the status bar. - Dual-Line UI: Separates metadata from the input line for cleaner payload typing.
Pentest Aliases
| Alias | Command | Purpose |
|---|---|---|
nscan | nmap -Pn -sC -sV | Stealthy service discovery |
fscan | nmap -p- -T4 | Full port discovery |
dirb | ffuf -recursion | Directory fuzzing |
git-clone | git clone | Directory fuzzing |
Quick Start
- Prerequisites: Install a Nerd Font and
golang. - Install:
cat sentinelx.zsh >> ~/.zshrc && source ~/.zshrc
- Usage:
scan <command> # Runs any command with the live spinner
Demo Image: