https://github.com/Robinx0/sentinelX-theme
SentinelX - an oh me zsh theme
https://github.com/Robinx0/sentinelX-theme
Last synced: 28 days ago
JSON representation
SentinelX - an oh me zsh theme
- Host: GitHub
- URL: https://github.com/Robinx0/sentinelX-theme
- Owner: Robinx0
- License: mit
- Created: 2026-03-04T22:06:55.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-03-04T22:51:28.000Z (about 2 months ago)
- Last Synced: 2026-03-05T04:11:04.245Z (about 2 months ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-zsh-plugins - sentinelx - 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. Includes decorators for `git` status, a live process spinner, VPN status, root status and last command duration. (Themes / ZSH on Windows)
- awesome-zsh-plugins - sentinelx - 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. Includes decorators for `git` status, a live process spinner, VPN status, root status and last command duration. (Themes / ZSH on Windows)
README
## 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 `gum` to provide a visual heartbeat for tools like `nmap` and `ffuf`.
* **VPN Guard**: Automatic icon (``) when `tun0` or `wg0` is active.
* **Privilege Alert**: Dynamic **Red Skull (``)** and red username when running as `root`.
* **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
1. **Prerequisites**: Install a [Nerd Font](https://www.nerdfonts.com/) and `golang`.
2. **Install**:
```bash
cat sentinelx.zsh >> ~/.zshrc && source ~/.zshrc
```
3. **Usage**:
```bash
scan # Runs any command with the live spinner
```
---
Demo Image: