What problem does it solve?
It helps you systematically escalate privileges on Linux from a low-privilege shell to root by enumerating misconfigurations and exploit paths across SUID/SGID, capabilities, scheduled tasks, sensitive file permissions, and kernel weaknesses.
Core Features & Use Cases
- Privilege escalation decision flow: guides you through a practical order of operations to find the most promising escalation vector (sudo, SUID/SGID, capabilities, cron, writable files, Docker/NFS).
- Technique coverage for common Linux paths: supports exploitation and abuse patterns such as LD_PRELOAD/environment leakage, writable cron jobs with PATH/wildcard tricks, Docker group breakout, and NFS no_root_squash.
- Kernel exploit mapping and readiness: includes a kernel-version-to-exploit checklist plus compilation/cross-compilation and stability guidance to avoid chasing incompatible CVEs.
- Use Case: You land on a foothold host with a constrained user shell; run this workflow to identify a direct escalation route (e.g., capability or SUID abuse), then move to kernel mapping only when higher-probability vectors fail.
Quick Start
Use the linux-privilege-escalation skill to enumerate SUID/capabilities/cron writable paths and select the best escalation path for the current host.