# General

## Window privesc in brief

1. Stored Credentials
2. Windows Kernel Exploit
3. DLL Injection
4. Unattended Answer File
5. Insecure File/Folder Permissions
6. Insecure Service Permissions
7. DLL Hijacking
8. Group Policy Preferences
9. Unquoted Service Path
10. Always Install Elevated
11. Token Manipulation
12. Insecure Registry Permissions
13. Autologon User Credential
14. User Account Control (UAC) Bypass
15. Insecure Named Pipes Permissions
16. Scheduled task

## Common technique

* Videos - [YouTube](https://www.youtube.com/playlist?list=PLjG9EfEtwbvIrGFTx4XctK8IxkUJkAEqP)
* [WPE-01 - Stored Credentials](https://pentestlab.blog/2017/04/19/stored-credentials/)
* [WPE-02 - Windows Kernel](https://pentestlab.blog/2017/04/24/windows-kernel-exploits/)
* [WPE-03 - DLL Injection](https://pentestlab.blog/2017/04/04/dll-injection/)
* [WPE-04 - Weak Service Permissions](https://pentestlab.blog/2017/03/30/weak-service-permissions/)
* [WPE-05 - DLL Hijacking](https://pentestlab.blog/2017/03/27/dll-hijacking/)
* [WPE-06 - Hot Potato](https://pentestlab.blog/2017/04/13/hot-potato/)
* [WPE-07 - Group Policy Preferences](https://pentestlab.blog/2017/03/20/group-policy-preferences/)
* [WPE-08 - Unquoted Service Path](https://pentestlab.blog/2017/03/09/unquoted-service-path/)
* [WPE-09 - Always Install Elevated](https://pentestlab.blog/2017/02/28/always-install-elevated/)&#x20;
* [WPE-10 - Token Manipulation](https://pentestlab.blog/2017/04/03/token-manipulation/)
* [WPE-11 - Secondary Logon Handle](https://pentestlab.blog/2017/04/07/secondary-logon-handle/)
* [WPE-12 - Insecure Registry Permissions](https://pentestlab.blog/2017/03/31/insecure-registry-permissions/)
* [WPE-13 - Intel SYSRET](https://pentestlab.blog/2017/06/14/intel-sysret/)


---

# 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://gabb4r.gitbook.io/oscp-notes/windows-post-exploitation/general.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.
