# Get Changes All

El ataque **DCSync** se basa en abusar del privilegio **Replicating Directory Changes (GetChangesAll)**, que permite a un atacante **simular ser un Controlador de Dominio (DC)** y solicitar la replicación de datos, incluyendo los hashes de contraseñas de todos los usuarios del dominio.

<figure><img src="/files/V3Ry7CY5VLUINBuxqvsj" alt=""><figcaption></figcaption></figure>

```
secretsdump.py testlab.local/Administrator:Password@DOMAINCONTROLLER
```

<figure><img src="/files/M7ETuHMcMQ2hL5NFNq14" alt=""><figcaption></figcaption></figure>

Ya podríamos hacer Pass\_the\_Hash


---

# 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://alv-fh.gitbook.io/alv-fh/windows-privilege-escalation/get-changes-all.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.
