What problem does it solve?
This Skill helps you systematically escalate privileges on Linux when you only have a low-privilege shell, turning vague “privesc” leads into a guided exploitation workflow.
Core Features & Use Cases
- Linux enumeration and decision-making: Quickly check sudo rights, SUID/SGID binaries, capabilities, cron/timers, writable files, and credential locations, then follow a decision tree to choose the next best avenue.
- Target-specific exploitation playbooks: Execute escalating techniques across GTFOBins-style SUID abuse, capability abuse (e.g., cap_setuid/cap_sys_admin), cron/path/wildcard injection, writable passwd/shadow, LD_PRELOAD/library hijacking, and group-based container misconfigurations like Docker.
- Kernel exploit readiness: Map kernel versions to common privilege-escalation exploits and include compilation/cross-compilation and stability guidance to reduce trial-and-error.
Quick Start
Tell the AI: “Generate a Linux privilege-escalation plan for my current low-privilege shell, starting with the exact enumeration commands and the decision tree path, and then recommend the safest next exploit candidates based on what I report back.”