escalating-windows-privileges

Enumerate Windows systems and guide privilege escalation techniques.

109|11|Updated Nov 13, 2025
One-click install
npx skills add https://github.com/trilwu/secskills --skill escalating-windows-privileges
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: escalating-windows-privileges
Source: https://github.com/trilwu/secskills/tree/main/secskills/skills/windows-privilege-escalation
Command: npx skills add https://github.com/trilwu/secskills --skill escalating-windows-privileges

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Escalate privileges on Windows systems by quickly identifying misconfigurations, token weaknesses, and bypass opportunities to gain elevated access during post-exploitation engagements.

Core Features & Use Cases

  • Enumerates system information, user privileges, and security context to pinpoint escalation vectors
  • Detects service misconfigurations, DLL hijacking, registry abuse, and UAC bypass opportunities
  • Provides structured, repeatable steps for reliable privilege escalation in real-world assessments

Quick Start

Ask for Windows privilege escalation tasks and the skill will guide you through enumeration and exploitation steps.

Frequently Asked Questions about escalating-windows-privileges

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

FAQPage Schema
How do I escalate privileges on Windows after gaining local access?

Windows privilege escalation requires local system access to enumerate security contexts and identify service misconfigurations, DLL hijacking, registry abuse, and UAC bypass opportunities for gaining elevated privileges.

What techniques bypass UAC and exploit DLL hijacking for privilege escalation?

UAC bypass and DLL hijacking are techniques used to manipulate registry permissions and service paths, allowing you to execute payloads with elevated privileges by exploiting misconfigured Windows environments.

Does Windows privilege escalation require administrator privileges beforehand?

Escalating Windows privileges requires local system access and administrator privileges to enumerate the target and select appropriate escalation techniques like token manipulation and registry exploitation safely.

What is the best way to enumerate service misconfigurations for Windows post-exploitation?

The best way to enumerate service misconfigurations during Windows post-exploitation is to analyze system information and security contexts, detecting weak service permissions and unquoted paths for reliable escalation.

Are there safety guardrails when applying token manipulation and registry exploitation?

Safety guardrails are included to prevent unauthorized use when applying token manipulation, registry exploitation, and scheduled task abuse techniques, ensuring actions remain within authorized assessment boundaries.