> 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/active-directory/enumeration/sharphound-collection.md).

# Recolección con SharpHound

\#Colección con SharpHound

### Objetivo

**SharpHound** es el recopilador utilizado por BloodHound.

Recupera la información de Active Directory necesaria para crear los gráficos.

{% embed url="<https://github.com/SpecterOps/BloodHound-Legacy/blob/master/Collectors/SharpHound.exe>" %}

### Ejecutándose en una máquina Windows

En `WS01`, coloca `SharpHound.exe`, luego ejecuta:

{% code overflow="wrap" %}

```powershell
./SharpHound.exe -c All
```

{% endcode %}

El `-c All` la opción recopila todas las categorías disponibles.

Ejemplos de datos recopilados:

usuarios ;/ grupos ;/ equipos; sesiones ;/ ACL ;/ administradores locales; GPO ;/ relaciones de dominio.

<figure><img src="/files/517a2c01ace6e14c5ba4d711ccb4e5c807ae996c" alt=""><figcaption></figcaption></figure>

### Resultado de SharpHound

SharpHound normalmente genera:

* un `.zip` archivo que contiene los datos;
* a veces un archivo de registro.

Luego transferimos el `.zip` archivo a la máquina Linux y luego lo importamos en BloodHound mediante arrastrar y soltar.

<figure><img src="/files/1afdb5f2ab8596d8b373878566d5692f7eb9603d" alt=""><figcaption></figcaption></figure>


---

# 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/active-directory/enumeration/sharphound-collection.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.
