What problem does it solve?
After gaining initial low-privilege access during an authorized penetration test, testers need a systematic way to demonstrate full system compromise. This Skill guides the enumeration and exploitation of misconfigurations, vulnerable services, kernel exploits, SUID binaries, token privileges, and stored credentials to escalate from a standard user to root or NT AUTHORITY\SYSTEM, with documented proof of impact.
Core Features & Use Cases
- Structured enumeration workflow: Covers Linux checks (sudo -l, SUID/SGID, capabilities, cron, linPEAS) and Windows checks (whoami /priv, unquoted service paths, AlwaysInstallElevated, winPEAS) so no common vector is skipped.
- Vector-specific exploitation guidance: Details GTFOBins sudo abuse, PrintSpoofer/GodPotato token impersonation, kernel exploits like DirtyPipe and PwnKit, DLL hijacking, and container/cloud escape via Docker sockets and metadata endpoints.
- Reporting output format: Produces findings with severity, CVSS score, MITRE ATT&CK mapping, proof-of-concept evidence, and remediation steps.
- Use Case: A tester with a www-data shell on an Ubuntu web server runs linPEAS, finds a NOPASSWD sudo entry for /usr/bin/find, escalates to root via GTFOBins, and documents access to 75,000 customer records as proven business impact.
Quick Start
Perform a privilege escalation assessment on the compromised Linux host where I have a low-privilege shell and document the escalation path with proof.