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

# Herramientas de Windows

Las herramientas de Windows admiten la revisión de privilegios locales, el mapeo de relaciones de Active Directory, la enumeración de endpoints y la postexplotación controlada. Usa esta sección para elegir la herramienta adecuada según la evidencia que necesites: privilegios locales, servicios débiles, relaciones de dominio, rutas de ataque o referencias de omisión de ejecutables.

## Flujo de trabajo de herramientas de Windows

1. Enumera la identidad local, los privilegios, los grupos, los procesos, los servicios, las sesiones, el estado de la red y el software instalado.
2. Usa WinPEAS, PrivescCheck, PowerUp o comandos manuales para identificar errores de configuración locales.
3. Recopila relaciones de Active Directory con SharpHound o BloodHound.py cuando el contexto del dominio sea importante.
4. Analiza las rutas de BloodHound para encontrar las rutas controladas más cortas hacia el administrador local, grupos de alto valor o la compromisión del dominio.
5. Haz una comprobación cruzada de LOLBAS y WADCom cuando una técnica dependa de binarios de Windows integrados o de la sintaxis de comandos de AD.

## Categorías de herramientas de Windows

<table data-card-size="large" data-column-title-hidden data-view="cards" data-full-width="false" data-search="false"><thead><tr><th>Nombre</th><th>Descripción</th><th>Enlace oficial</th><th data-hidden data-card-cover data-type="image">Imagen de portada</th></tr></thead><tbody><tr><td><strong>Enumeración de Windows</strong></td><td>Comandos y comprobaciones locales para identificar privilegios, grupos y servicios.</td><td><a href="/pages/bd301e9eba1fe5f1b22bfd45656c318edfc0afb6">enumeración-de-windows</a></td><td></td></tr><tr><td><strong>BloodHound</strong></td><td>Mapeo de Active Directory y descubrimiento de rutas de ataque.</td><td><a href="/pages/ebfdf3f1b5f06bfff2324feb543be1014bfd91ed">herramienta-bloodhound</a></td><td></td></tr><tr><td><strong>WinPEAS</strong></td><td>Enumeración automatizada para la escalada de privilegios en 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/4c33321db2be834b2458397bbcab8954c59cec09">/files/4c33321db2be834b2458397bbcab8954c59cec09</a></td></tr><tr><td><strong>PrivescCheck</strong></td><td>Auditoría en PowerShell de errores de configuración de Windows.</td><td><a href="https://github.com/itm4n/PrivescCheck">https://github.com/itm4n/PrivescCheck</a></td><td><a href="/files/885acd9d7ed16a996a2f59070dbe406c7cf7de45">/files/885acd9d7ed16a996a2f59070dbe406c7cf7de45</a></td></tr><tr><td><strong>LOLBAS</strong></td><td>Referencia de binarios de Windows que se pueden usar para omisiones o ejecución.</td><td><a href="https://lolbas-project.github.io/">https://lolbas-project.github.io/</a></td><td><a href="/files/c0f24b4a34d6eb13c862a1e861e6aad04d5638c4">/files/c0f24b4a34d6eb13c862a1e861e6aad04d5638c4</a></td></tr><tr><td><strong>Sherlock</strong></td><td>Detección de vulnerabilidades locales conocidas de Windows.</td><td><a href="https://github.com/rasta-mouse/Sherlock">https://github.com/rasta-mouse/Sherlock</a></td><td><a href="/files/b51f7c9c09e9dab26e83c85e6e1d40bb94fbb260">/files/b51f7c9c09e9dab26e83c85e6e1d40bb94fbb260</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/es/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.
