# Windows Pentesting

- [Enumerating users (No credentials)](https://notes.incendium.rocks/pentesting-notes/windows-pentesting/enumerating-users-no-credentials.md): Seeking for a foothold heh?
- [Privilege Escalation](https://notes.incendium.rocks/pentesting-notes/windows-pentesting/privilege-escalation.md)
- [Post-Exploitation](https://notes.incendium.rocks/pentesting-notes/windows-pentesting/post-exploitation.md)
- [Cross-domain enumeration](https://notes.incendium.rocks/pentesting-notes/windows-pentesting/cross-domain-enumeration.md)
- [LDAP port (389, 636, 3268, 3269)](https://notes.incendium.rocks/pentesting-notes/windows-pentesting/ldap.md)
- [SMB port (139,445)](https://notes.incendium.rocks/pentesting-notes/windows-pentesting/smb.md)
- [MSSQL port (1433)](https://notes.incendium.rocks/pentesting-notes/windows-pentesting/mssql-port-1433.md)
- [Certificate Authority (CA)](https://notes.incendium.rocks/pentesting-notes/windows-pentesting/certificate-authority-ca.md)
- [Delegation attacks](https://notes.incendium.rocks/pentesting-notes/windows-pentesting/delegation-attacks.md)
- [Attacking Kerberos](https://notes.incendium.rocks/pentesting-notes/windows-pentesting/attacking-kerberos.md)
- [Relay attacks](https://notes.incendium.rocks/pentesting-notes/windows-pentesting/relay-attacks.md)
- [Bypassing Security](https://notes.incendium.rocks/pentesting-notes/windows-pentesting/bypassing-security.md)
- [File Transfer](https://notes.incendium.rocks/pentesting-notes/windows-pentesting/file-transfer.md)
- [GPO (Group Policy Object)](https://notes.incendium.rocks/pentesting-notes/windows-pentesting/gpo-group-policy-object.md)
- [Tools](https://notes.incendium.rocks/pentesting-notes/windows-pentesting/tools.md)
- [Mimikatz](https://notes.incendium.rocks/pentesting-notes/windows-pentesting/tools/mimikatz.md)
- [NetExec](https://notes.incendium.rocks/pentesting-notes/windows-pentesting/tools/netexec.md)
- [Crackmapexec (CME)](https://notes.incendium.rocks/pentesting-notes/windows-pentesting/tools/crackmapexec-cme.md)
- [Powerview](https://notes.incendium.rocks/pentesting-notes/windows-pentesting/tools/powerview.md)
- [Bloodhound](https://notes.incendium.rocks/pentesting-notes/windows-pentesting/tools/bloodhound.md)
- [Impacket](https://notes.incendium.rocks/pentesting-notes/windows-pentesting/tools/impacket.md): Impacket is a collection of Python classes for working with network protocols.
- [BloodyAD](https://notes.incendium.rocks/pentesting-notes/windows-pentesting/tools/bloodyad.md)
- [Sliver C2](https://notes.incendium.rocks/pentesting-notes/windows-pentesting/tools/sliver-c2.md): Sliver is an open source cross-platform adversary emulation/red team framework, it can be used by organizations of all sizes to perform security testing. (Not only for Windows)
- [Security internals](https://notes.incendium.rocks/pentesting-notes/windows-pentesting/security-internals.md)
- [Kernel](https://notes.incendium.rocks/pentesting-notes/windows-pentesting/security-internals/kernel.md)
- [Remote Procedure Call](https://notes.incendium.rocks/pentesting-notes/windows-pentesting/security-internals/remote-procedure-call.md)
- [COM/DCOM](https://notes.incendium.rocks/pentesting-notes/windows-pentesting/security-internals/com-dcom.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.incendium.rocks/pentesting-notes/windows-pentesting.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.
