What problem does it solve?
This Skill provides systematic guidance for identifying and exploiting privilege escalation vulnerabilities on Windows systems, aiding security assessments and penetration testing.
Core Features & Use Cases
- System Enumeration: Gather information about Windows version, user accounts, services, and configurations to identify potential privilege escalation points.
- Credential Harvesting: Extract hashes, passwords, and sensitive credentials stored in files, registry, or shadow copies to facilitate escalation.
- Service Exploitation: Detect misconfigured services and unquoted paths that can be exploited to gain higher privileges or execute malicious code.
- Token Impersonation: Leverage token privileges and tools like JuicyPotato or RoguePotato to impersonate higher-privilege tokens and spawn elevated shells.
- Kernel Exploitation: Identify applicable kernel vulnerabilities and utilize exploits to escalate privileges or achieve code execution at kernel level.
Quick Start
Perform system enumeration and look for misconfigurations or vulnerable services, then use token impersonation techniques such as JuicyPotato to obtain SYSTEM privileges.