Windows Privilege Escalation

Enumerate Windows privileges and misconfigurations to identify privilege escalation vectors.

4.5k|458|Updated Jun 21, 2025
One-click install
npx skills add https://github.com/zebbern/claude-code-guide --skill windows-privilege-escalation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Windows Privilege Escalation
Source: https://github.com/zebbern/claude-code-guide/tree/main/skills/windows-privilege-escalation
Command: npx skills add https://github.com/zebbern/claude-code-guide --skill windows-privilege-escalation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps security professionals systematically identify and document Windows privilege escalation opportunities, reducing guesswork during assessments.

Core Features & Use Cases

  • Enumerates user rights, token privileges, and misconfigurations to reveal elevation paths.
  • Provides step-by-step workflows for credential access, service abuse, and kernel-related vectors in Windows.
  • Use Case: When assessing a Windows host with limited access, run the skill to map elevation vectors and generate a remediation plan.

Quick Start

Use the Windows Privilege Escalation skill to begin an assessment by enumerating current privileges and groups on the target with whoami, whoami /priv, and net user; then identify possible escalation vectors and document findings.

Frequently Asked Questions about Windows Privilege Escalation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enumerate Windows privilege escalation vectors during a pentest?

Windows privilege escalation enumeration starts by running whoami, whoami /priv, and net user to map current user rights, token privileges, and group memberships on the target host. This reveals misconfigurations and potential elevation paths for further exploitation.

What is the best way to find service misconfigurations for Windows privilege escalation?

Service misconfigurations are identified by systematically enumerating Windows services and their permissions to detect unquoted paths, weak service ACLs, or insecure binary paths. This skill maps those misconfiguration abuse techniques to determine viable escalation paths.

How does token impersonation work for Windows privilege escalation?

Token impersonation leverages enumerated user rights and token privileges to hijate or duplicate access tokens of higher-privileged processes. This skill documents how to reveal these token manipulation vectors during security assessments.

Can I use this skill to find credentials for Windows privilege escalation?

Yes, credential discovery is a core workflow step. The skill provides workflows for credential access on Windows hosts with limited access, allowing testers to locate sensitive data and determine if harvested credentials enable further elevation.

What do I need to safely perform Windows kernel exploit enumeration?

Performing Windows kernel exploit enumeration requires specified tooling, proper authorization for the engagement, and safe handling of sensitive data. The skill outlines these prerequisites before mapping kernel-related escalation vectors.

When should I check for Windows privilege escalation paths?

You should check for Windows privilege escalation paths when you have achieved limited user access on a Windows host during a security assessment and need to systematically determine if misconfigurations or kernel exploits allow elevation.