# Windows

- [Offensive windows](https://csbygb.gitbook.io/pentips/windows/offensive-win.md)
- [Enumeration and general Win tips](https://csbygb.gitbook.io/pentips/windows/initial-foothold.md)
- [Privilege Escalation](https://csbygb.gitbook.io/pentips/windows/privesc.md)
- [Active Directory](https://csbygb.gitbook.io/pentips/windows/active-directory.md)
- [Attacking Active Directory](https://csbygb.gitbook.io/pentips/windows/attacking-ad.md)
- [LLMNR Poisoning](https://csbygb.gitbook.io/pentips/windows/attacking-ad/llmnr.md)
- [SMB Relay Attacks](https://csbygb.gitbook.io/pentips/windows/attacking-ad/smb-relay-attack.md)
- [Shell Access](https://csbygb.gitbook.io/pentips/windows/attacking-ad/shell-access.md)
- [IPv6 Attacks](https://csbygb.gitbook.io/pentips/windows/attacking-ad/ipv6-attacks.md)
- [Passback Attacks](https://csbygb.gitbook.io/pentips/windows/attacking-ad/passback.md)
- [Abusing ZeroLogon](https://csbygb.gitbook.io/pentips/windows/attacking-ad/zerologon.md)
- [Post-Compromise Enumeration](https://csbygb.gitbook.io/pentips/windows/post-compromise-enum.md)
- [Powerview or SharpView (.NET equivalent)](https://csbygb.gitbook.io/pentips/windows/post-compromise-enum/powerview-sharpview.md)
- [AD Manual Enumeration](https://csbygb.gitbook.io/pentips/windows/post-compromise-enum/manual-enum-ad.md)
- [Bloodhound](https://csbygb.gitbook.io/pentips/windows/post-compromise-enum/bloodhound.md)
- [Post Compromise Enumeration - Resources](https://csbygb.gitbook.io/pentips/windows/post-compromise-enum/post-compromise-enumeration-resources.md)
- [Post Compromise Attacks](https://csbygb.gitbook.io/pentips/windows/post-compromise-attack.md)
- [Pass the Password / Hash](https://csbygb.gitbook.io/pentips/windows/post-compromise-attack/pass-hash.md)
- [Token Impersonation - Potato attacks](https://csbygb.gitbook.io/pentips/windows/post-compromise-attack/token-impersonation.md)
- [Kerberos](https://csbygb.gitbook.io/pentips/windows/post-compromise-attack/kerberoasting.md)
- [GPP/cPassword Attacks](https://csbygb.gitbook.io/pentips/windows/post-compromise-attack/gpp.md)
- [URL File Attack](https://csbygb.gitbook.io/pentips/windows/post-compromise-attack/url-file-attack.md)
- [PrintNightmare](https://csbygb.gitbook.io/pentips/windows/post-compromise-attack/printnightmare.md)
- [Printer Bug](https://csbygb.gitbook.io/pentips/windows/post-compromise-attack/printer-bug.md)
- [AutoLogon exploitation](https://csbygb.gitbook.io/pentips/windows/post-compromise-attack/autologon.md)
- [Always Installed Elevated exploitation](https://csbygb.gitbook.io/pentips/windows/post-compromise-attack/alwaysinstallelevated.md)
- [UAC Bypass](https://csbygb.gitbook.io/pentips/windows/post-compromise-attack/uacbypass.md)
- [Abusing ACL](https://csbygb.gitbook.io/pentips/windows/post-compromise-attack/abusing-acl.md)
- [Unconstrained Delegation](https://csbygb.gitbook.io/pentips/windows/post-compromise-attack/unconstrained-delegation.md)
- [Persistence](https://csbygb.gitbook.io/pentips/windows/persistence.md)
- [AV Evasion](https://csbygb.gitbook.io/pentips/windows/avevasion.md)
- [Weaponization](https://csbygb.gitbook.io/pentips/windows/weaponization.md)
- [Useful commands in Powershell, CMD and Sysinternals](https://csbygb.gitbook.io/pentips/windows/powershell-cmd.md)
- [Windows Internals](https://csbygb.gitbook.io/pentips/windows/internals.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://csbygb.gitbook.io/pentips/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.
