windows-privilege-escalation

Enumerate Windows systems and harvest credentials for privilege escalation.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/gerald-ica/dev-tool-configs --skill windows-privilege-escalation-gerald-ica
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: windows-privilege-escalation
Source: https://github.com/gerald-ica/dev-tool-configs/tree/main/gemini/skills/windows-privilege-escalation
Command: npx skills add https://github.com/gerald-ica/dev-tool-configs --skill windows-privilege-escalation-gerald-ica

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill helps pentesters systematically identify and exploit privilege escalation vulnerabilities in Windows systems during penetration testing.

Core Features & Use Cases

  • System Enumeration: Identify sensitive information and potential misconfigurations.
  • Credential Harvesting: Extract credentials and hashes for potential access escalation.
  • Service Exploitation: Abuse service misconfigurations for higher privileges.
  • Token Impersonation: Take advantage of impersonation privileges to elevate privileges.
  • Kernel Exploitation: Exploit known kernel vulnerabilities to escalate privileges.

Quick Start

Run the enumeration and credential harvesting scripts provided to gather system and credential information.

Frequently Asked Questions about windows-privilege-escalation

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

FAQPage Schema
What is Windows privilege escalation in penetration testing?

Windows privilege escalation involves identifying and exploiting misconfigurations or vulnerabilities to gain higher administrative permissions. It systematically targets system enumeration, credential harvesting, service exploitation, and kernel vulnerabilities to elevate user privileges.

How do I enumerate a Windows system for privilege escalation vectors?

To enumerate a Windows system for privilege escalation, you run structured scripts to identify sensitive information, misconfigurations, and potential service abuses. This system enumeration phase is the initial step to finding paths for credential harvesting and privilege elevation.

Can I extract credentials and hashes on Windows for privilege escalation?

Yes, you can extract credentials and hashes on Windows for privilege escalation. The process uses dedicated credential harvesting scripts to gather authentication material, which can then be used to escalate access or impersonate other users on the system.

Does Windows privilege escalation require prior knowledge of the security model?

Yes, Windows privilege escalation requires a basic understanding of the Windows security model and pentesting methodologies. This foundational knowledge is necessary to effectively execute system enumeration, token impersonation, and kernel exploitation techniques.

What is the best way to exploit Windows services for higher privileges?

The best way to exploit Windows services for higher privileges is to abuse service misconfigurations identified during system enumeration. This approach targets flawed service permissions and configurations to execute malicious commands with elevated system rights.

When should I use token impersonation for Windows privilege escalation?

You should use token impersonation for Windows privilege escalation when the current user holds specific impersonation privileges. This technique leverages existing access tokens to take advantage of impersonation rights and elevate privileges without needing kernel exploitation.