> 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/fr/hacking-tools/windows.md).

# Outils Windows

Les outils Windows prennent en charge la revue des privilèges locaux, la cartographie des relations Active Directory, l’énumération des points de terminaison et une post-exploitation contrôlée. Utilisez cette section pour choisir l’outil adapté aux preuves dont vous avez besoin : privilèges locaux, services faibles, relations de domaine, chemins d’attaque ou références de contournement exécutables.

## Flux de travail des outils Windows

1. Énumérez l’identité locale, les privilèges, les groupes, les processus, les services, les sessions, l’état du réseau et les logiciels installés.
2. Utilisez WinPEAS, PrivescCheck, PowerUp ou des commandes manuelles pour identifier les mauvaises configurations locales.
3. Collectez les relations Active Directory avec SharpHound ou BloodHound.py lorsque le contexte du domaine compte.
4. Analysez les chemins BloodHound pour trouver les routes contrôlées les plus courtes vers l’admin local, les groupes à forte valeur ou la compromission du domaine.
5. Vérifiez LOLBAS et WADCom lorsqu’une technique dépend des binaires Windows intégrés ou de la syntaxe des commandes AD.

## Catégories d’outils Windows

<table data-card-size="large" data-column-title-hidden data-view="cards" data-full-width="false" data-search="false"><thead><tr><th>Nom</th><th>Description</th><th>Lien officiel</th><th data-hidden data-card-cover data-type="image">Image de couverture</th></tr></thead><tbody><tr><td><strong>Énumération Windows</strong></td><td>Commandes et vérifications locales pour identifier les privilèges, les groupes et les services.</td><td><a href="/pages/8e36626053d90cd64b0e491b2fede788c578f9a3">énumération-windows</a></td><td></td></tr><tr><td><strong>BloodHound</strong></td><td>Cartographie d’Active Directory et découverte des chemins d’attaque.</td><td><a href="/pages/eeed6bf207324ece2e56c648030fc6dceb1bf38f">outil-bloodhound</a></td><td></td></tr><tr><td><strong>WinPEAS</strong></td><td>Énumération automatisée pour l’élévation de privilèges sur Windows.</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/72bedc52635514fc93d5ff911dea94854da5f3f1">/files/72bedc52635514fc93d5ff911dea94854da5f3f1</a></td></tr><tr><td><strong>PrivescCheck</strong></td><td>Audit PowerShell des mauvaises configurations de Windows.</td><td><a href="https://github.com/itm4n/PrivescCheck">https://github.com/itm4n/PrivescCheck</a></td><td><a href="/files/b1038d19a9638c7b3769e3d2ccb18865ebaae86a">/files/b1038d19a9638c7b3769e3d2ccb18865ebaae86a</a></td></tr><tr><td><strong>LOLBAS</strong></td><td>Référence des binaires Windows utilisables pour des contournements ou l’exécution.</td><td><a href="https://lolbas-project.github.io/">https://lolbas-project.github.io/</a></td><td><a href="/files/6880de6516cc6e9420f29f165af2fdeb7659c053">/files/6880de6516cc6e9420f29f165af2fdeb7659c053</a></td></tr><tr><td><strong>Sherlock</strong></td><td>Découverte des vulnérabilités locales Windows connues.</td><td><a href="https://github.com/rasta-mouse/Sherlock">https://github.com/rasta-mouse/Sherlock</a></td><td><a href="/files/61ba1f5ddbceda4d44639af5bfcec404861307c9">/files/61ba1f5ddbceda4d44639af5bfcec404861307c9</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/fr/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.
