# Windows

- [Shellcode and PE loader](https://notes.qazeer.io/windows/shellcode_and_pe_loader.md)
- [Bypass PowerShell ConstrainedLanguageMode](https://notes.qazeer.io/windows/bypass_ps_constrainedlanguagemode.md)
- [Bypass AppLocker](https://notes.qazeer.io/windows/bypass_applocker.md)
- [Local privilege escalation](https://notes.qazeer.io/windows/local_privilege_escalation.md)
- [Post exploitation](https://notes.qazeer.io/windows/post_exploitation.md)
- [Credentials dumping](https://notes.qazeer.io/windows/post_exploitation/credentials_dumping.md)
- [Defense evasion](https://notes.qazeer.io/windows/post_exploitation/defense_evasion.md)
- [Local persistence](https://notes.qazeer.io/windows/post_exploitation/local_persistence.md)
- [Lateral movements](https://notes.qazeer.io/windows/lateral_movements.md)
- [Local credentials re-use](https://notes.qazeer.io/windows/lateral_movements/local_credentials_reuse.md)
- [Over SMB](https://notes.qazeer.io/windows/lateral_movements/over_smb.md)
- [Over WinRM](https://notes.qazeer.io/windows/lateral_movements/over_winrm.md)
- [Over WMI](https://notes.qazeer.io/windows/lateral_movements/over_wmi.md)
- [Over DCOM](https://notes.qazeer.io/windows/lateral_movements/over_dcom.md)
- [CrackMapExec](https://notes.qazeer.io/windows/lateral_movements/crackmapexec.md)


---

# 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.qazeer.io/windows.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.
