# Windows Privilege Escalation

> Privilege Escalation refers to the process of exploiting misconfigurations, known vulnerabilities and unintended bugs in order to gain higher privileges on the target host. The final objective of this process is to gain the highest level of privileges on a target machine, achieving full compromise of that target.&#x20;

***

**Windows Privilege Escalation:**

1. Hacktricks: <https://book.hacktricks.xyz/windows-hardening/windows-local-privilege-escalation>
2. Hacktricks: <https://book.hacktricks.xyz/windows-hardening/checklist-windows-privilege-escalation>
3. Windows Privesc Collection: <https://github.com/ycdxsb/WindowsPrivilegeEscalation>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://notes.sfoffo.com/windows-privilege-escalation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
