> For the complete documentation index, see [llms.txt](https://hacking-notes.jord4n.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hacking-notes.jord4n.pro/de/hacking-tools/windows.md).

# Windows-Tools

Windows-Tools unterstützen die Überprüfung lokaler Berechtigungen, das Mapping von Active-Directory-Beziehungen, die Enumeration von Endpunkten und kontrollierte Post-Exploitation. Verwenden Sie diesen Abschnitt, um das richtige Tool für die Beweise auszuwählen, die Sie benötigen: lokale Berechtigungen, schwache Dienste, Domänenbeziehungen, Angriffspfade oder Referenzen zu Executable-Bypasses.

## Windows-Tooling-Workflow

1. Enumerieren Sie lokale Identitäten, Berechtigungen, Gruppen, Prozesse, Dienste, Sitzungen, den Netzwerkstatus und installierte Software.
2. Verwenden Sie WinPEAS, PrivescCheck, PowerUp oder manuelle Befehle, um lokale Fehlkonfigurationen zu identifizieren.
3. Sammeln Sie Active-Directory-Beziehungen mit SharpHound oder BloodHound.py, wenn der Domänenkontext wichtig ist.
4. Analysieren Sie BloodHound-Pfade für die kürzesten kontrollierten Wege zu lokalem Admin, wertvollen Gruppen oder einer Domänenkompromittierung.
5. Vergleichen Sie LOLBAS und WADCom, wenn eine Technik auf integrierte Windows-Binärdateien oder AD-Befehlssyntax angewiesen ist.

## Windows-Tool-Kategorien

<table data-card-size="large" data-column-title-hidden data-view="cards" data-full-width="false" data-search="false"><thead><tr><th>Name</th><th>Beschreibung</th><th>Offizieller Link</th><th data-hidden data-card-cover data-type="image">Titelbild</th></tr></thead><tbody><tr><td><strong>Windows-Enumeration</strong></td><td>Lokale Befehle und Prüfungen zum Identifizieren von Berechtigungen, Gruppen und Diensten.</td><td><a href="/pages/0c858ed35317674359f17b0dc33a8e37ea2cd941">windows-enumeration</a></td><td></td></tr><tr><td><strong>BloodHound</strong></td><td>Active-Directory-Mapping und Erkennung von Angriffspfaden.</td><td><a href="/pages/8c2e65a46c97f308b0c2d44f3c0c0223a8b21dea">bloodhound-tool</a></td><td></td></tr><tr><td><strong>WinPEAS</strong></td><td>Automatisierte Enumeration für die Windows-Rechteausweitung.</td><td><a href="https://github.com/peass-ng/PEASS-ng/releases/tag/20241101-6f46e855">https://github.com/peass-ng/PEASS-ng/releases/tag/20241101-6f46e855</a></td><td><a href="/files/2494662f0d68760d717c5ac07588bfde399038e4">/files/2494662f0d68760d717c5ac07588bfde399038e4</a></td></tr><tr><td><strong>PrivescCheck</strong></td><td>PowerShell-Auditing von Windows-Fehlkonfigurationen.</td><td><a href="https://github.com/itm4n/PrivescCheck">https://github.com/itm4n/PrivescCheck</a></td><td><a href="/files/7394b943f6ce5c30ea8b09807281fdabe395df4f">/files/7394b943f6ce5c30ea8b09807281fdabe395df4f</a></td></tr><tr><td><strong>LOLBAS</strong></td><td>Referenz für Windows-Binärdateien, die für Bypässe oder Ausführung verwendet werden können.</td><td><a href="https://lolbas-project.github.io/">https://lolbas-project.github.io/</a></td><td><a href="/files/147d17abeff8adacdba309d0eb66ed2d93857139">/files/147d17abeff8adacdba309d0eb66ed2d93857139</a></td></tr><tr><td><strong>Sherlock</strong></td><td>Erkennung bekannter lokaler Windows-Schwachstellen.</td><td><a href="https://github.com/rasta-mouse/Sherlock">https://github.com/rasta-mouse/Sherlock</a></td><td><a href="/files/1a73e0f171ee5cd7b942e2cc14a9a95266e109ac">/files/1a73e0f171ee5cd7b942e2cc14a9a95266e109ac</a></td></tr></tbody></table>


---

# 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://hacking-notes.jord4n.pro/de/hacking-tools/windows.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.
