# Domain Privilege Escalation

**Ways of Locally Escalating Privileges on Windows box:**

* Missing patches&#x20;
* Automated deployment and AutoLogon passwords in clear text&#x20;
* AlwaysInstallElevated (Any user can run MSI as SYSTEM)&#x20;
* Misconfigured Services&#x20;
* DLL Hijacking and more&#x20;
* NTLM Relaying a.k.a. Won't Fix

Tools for complete coverage:

* **PowerUp:** <https://github.com/PowerShellMafia/PowerSploit/tree/master/Privesc>
* **Privesc:** <https://github.com/enjoiz/Privesc>
* **winPEAS:** <https://github.com/carlospolop/PEASS-ng/tree/master/winPEAS>&#x20;
* **BeRoot:** <https://github.com/AlessandroZ/BeRoot>
* **FullPowers:** Restore A Service Account's Privileges <https://github.com/itm4n/FullPowers>


---

# 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://playbook.sidthoviti.com/active-directory-pentest/domain-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.
