windows-privilege-escalation

Exploit Windows system vulnerabilities to escalate privileges and gain administrative access.

120|8|Updated Jun 2, 2026
One-click install
npx skills add https://github.com/Prohao42/aimy-skill --skill windows-privilege-escalation-prohao42
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: windows-privilege-escalation
Source: https://github.com/Prohao42/aimy-skill/tree/main/ai-mian/hack-skills/skills/windows-privilege-escalation
Command: npx skills add https://github.com/Prohao42/aimy-skill --skill windows-privilege-escalation-prohao42

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires powershell, meterpreter, procdump, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides expert Windows privilege escalation techniques to overcome limited privileges and gain administrative access on Windows systems.

Core Features & Use Cases

  • Token Manipulation: Exploit token manipulation vulnerabilities, such as those involving service accounts.
  • Service Misconfigurations: Identify and exploit misconfigured services for privilege escalation.
  • DLL Hijacking: Utilize DLL hijacking techniques to bypass security measures.
  • AlwaysInstallElevated: Leverage the AlwaysInstallElevated feature to install payloads with elevated privileges.
  • Scheduled Task Abuse: Abuse scheduled tasks for arbitrary code execution with elevated privileges.
  • Registry Autoruns: Manipulate registry autoruns to gain persistent elevated access.
  • Named Pipe Impersonation: Impersonate named pipes to elevate privileges.
  • Automated Tools: Integrate automated tools for Windows enumeration and vulnerability scanning.

Quick Start

Use the windows-privilege-escalation skill to identify potential privilege escalation opportunities on the target system 'target.com'.

Frequently Asked Questions about windows-privilege-escalation

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

FAQPage Schema
How do I exploit Windows service misconfigurations for privilege escalation?

Exploit Windows service misconfigurations by identifying insecure permissions and executable paths, then replacing the target binary to execute arbitrary code with elevated administrative privileges.

Can I use PowerShell and Meterpreter to bypass UAC on Windows?

Yes, you can use PowerShell and Meterpreter to perform UAC bypass by leveraging token manipulation and executing payloads that exploit built-in auto-elevate properties.

What is DLL hijacking and when do I need it for Windows pentesting?

DLL hijacking intercepts application library loading to execute malicious code, needed during Windows pentesting when targeting custom applications that load dynamic link libraries insecurely.

Does this Windows privilege escalation approach work with AlwaysInstallElevated?

Yes, this approach leverages the AlwaysInstallElevated registry feature to automatically install MSI packages with elevated administrative privileges if the policy is enabled.

What is the best way to enumerate Windows systems for privilege escalation vulnerabilities?

The best way to enumerate Windows systems for privilege escalation vulnerabilities is using automated scripts to scan for weak services, registry autoruns, and scheduled task misconfigurations.

Why use named pipe impersonation for gaining administrative access on Windows?

Use named pipe impersonation to steal the security token of a privileged process connecting to your malicious pipe, allowing you to execute commands under that elevated context.