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

# Collecte avec SharpHound

\#Collecte avec SharpHound

### Objectif

**SharpHound** est le collecteur utilisé par BloodHound.

Il récupère les informations Active Directory nécessaires à la création des graphes.

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

### Sur une machine Windows

Sur `WS01`, placez `SharpHound.exe`, puis exécutez :

{% code overflow="wrap" %}

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

{% endcode %}

Le `-c All` l'option collecte toutes les catégories disponibles.

Exemples de données collectées :

utilisateurs ;/ groupes ;/ ordinateurs ; sessions ;/ ACL ;/ administrateurs locaux ; GPO ;/ relations de domaine.

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

### Résultat de SharpHound

SharpHound génère généralement :

* un `.zip` fichier contenant les données ;
* parfois un fichier journal.

Nous transférons ensuite le `.zip` fichier vers la machine Linux, puis l'importons dans BloodHound par glisser-déposer.

<figure><img src="/files/5f315c8d183aeda2ee923c157898d1a679d20020" 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/fr/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.
