> For the complete documentation index, see [llms.txt](https://notes.qazeer.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.qazeer.io/active-directory.md).

# Active Directory

- [Recon - Domain Recon](https://notes.qazeer.io/active-directory/recon-domain_recon.md)
- [Recon - AD scanners](https://notes.qazeer.io/active-directory/recon-ad_scanners.md)
- [Exploitation - NTLM capture and relay](https://notes.qazeer.io/active-directory/exploitation-ntlm_capture_and_relay.md)
- [Exploitation - Password spraying](https://notes.qazeer.io/active-directory/exploitation-password_spraying.md)
- [Exploitation - Domain Controllers CVE](https://notes.qazeer.io/active-directory/exploitation-dc_cve.md)
- [Exploitation - Kerberos AS\_REP roasting](https://notes.qazeer.io/active-directory/exploitation-kerberos_as_rep_roasting.md)
- [Exploitation - Credentials theft shuffling](https://notes.qazeer.io/active-directory/exploitation-credentials_theft_shuffling.md)
- [Exploitation - GPP and shares searching](https://notes.qazeer.io/active-directory/exploitation-gpp_and_shares_searching.md)
- [Exploitation - Kerberos Kerberoasting](https://notes.qazeer.io/active-directory/exploitation-kerberos_kerberoasting.md)
- [Exploitation - ACL exploiting](https://notes.qazeer.io/active-directory/exploitation-acl_exploiting.md)
- [Exploitation - GPO users rights](https://notes.qazeer.io/active-directory/exploitation-gpo_users_rights.md)
- [Exploitation - Active Directory Certificate Services](https://notes.qazeer.io/active-directory/exploitation-certificate_services.md)
- [Exploitation - Kerberos tickets usage](https://notes.qazeer.io/active-directory/exploitation-kerberos_tickets_usage.md)
- [Exploitation - Kerberos silver tickets](https://notes.qazeer.io/active-directory/exploitation-kerberos_silver_tickets.md)
- [Exploitation - Kerberos delegations](https://notes.qazeer.io/active-directory/exploitation-kerberos_delegations.md)
- [Exploitation - gMS accounts (gMSAs)](https://notes.qazeer.io/active-directory/exploitation-gms_accounts.md)
- [Exploitation - Azure AD Connect](https://notes.qazeer.io/active-directory/exploitation-azure_ad_connect.md)
- [Exploitation - Operators to Domain Admins](https://notes.qazeer.io/active-directory/exploitation-operators_to_domain_admins.md)
- [Post Exploitation - ntds.dit dumping](https://notes.qazeer.io/active-directory/post_exploitation-ntds_dit_dumping.md)
- [Post Exploitation - Kerberos golden tickets](https://notes.qazeer.io/active-directory/post_exploitation-kerberos_golden_tickets.md)
- [Post Exploitation - Trusts hopping](https://notes.qazeer.io/active-directory/post_exploitation-trusts_hopping.md)
- [Post Exploitation - Persistence](https://notes.qazeer.io/active-directory/post_exploitation-persistence.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://notes.qazeer.io/active-directory.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
