> For the complete documentation index, see [llms.txt](https://felix-billieres.gitbook.io/auditmapperv2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://felix-billieres.gitbook.io/auditmapperv2/readme.md).

# Developer Platform

<p align="center"><strong>AuditMapperV2</strong></p>

<p align="center">Une suite d'outils modernes et professionnels pour les audits de sécurité et tests d'intrusion, refactorisée avec React 18, TypeScript et une architecture modulaire.</p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4><i class="fa-server">:server:</i></h4></td><td><strong>Host Manager</strong></td><td>Le cœur d'AuditMapper V2, une interface complète pour la gestion et l'analyse des hôtes dans le cadre d'audits de sécurité.</td><td><a href="/spaces/Sw8PDVabR4JIku0M9atj">/spaces/Sw8PDVabR4JIku0M9atj</a></td><td><a href="/files/IaUMODRBBSBL8eUaPX09">/files/IaUMODRBBSBL8eUaPX09</a></td></tr><tr><td><h4><i class="fa-terminal">:terminal:</i></h4></td><td><strong>Active Directory Mindmap Recipes</strong></td><td>Visualiseur interactif de cartes mentales basé sur les fichiers Obsidian Canvas. Elle permet d'explorer de manière interactive les différentes techniques d'attaque Active Directory organisées dans une structure de mindmap navigable.</td><td><a href="/spaces/ugPQzpkBrv9hqTUR8nl6">/spaces/ugPQzpkBrv9hqTUR8nl6</a></td><td><a href="/files/ebMoLMpZFyLqpzByuzrk">/files/ebMoLMpZFyLqpzByuzrk</a></td></tr><tr><td></td><td><h2>Standalone Playground</h2></td><td>environnement de test et d'apprentissage pour les techniques de sécurité. Elle fournit un espace de travail dédié aux exercices de pentest</td><td></td><td></td></tr></tbody></table>

{% code title="quickstart" overflow="wrap" %}

```sh
# Cloner le projet
git clone https://github.com/felixbillieres/AuditMapperV2.git
cd AuditMapperV2
docker compose -f dev.docker-compose.yml build
docker compose -f dev.docker-compose.yml up

```

{% endcode %}

{% columns %}
{% column %}

<figure><img src="/files/M0izgUiw5Nvto1eviW7r" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

### Learn more about the developer platform

Une suite d'outils modernes et professionnels pour les audits de sécurité et tests d'intrusion, refactorisée avec React 18, TypeScript et une architecture modulaire.

<a href="/spaces/9Ui696ikTU8AcJph4bnH" class="button primary" data-icon="book-open">Guides</a> <a href="/spaces/Sw8PDVabR4JIku0M9atj" class="button secondary" data-icon="book">Documentation</a>
{% endcolumn %}
{% endcolumns %}


---

# 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://felix-billieres.gitbook.io/auditmapperv2/readme.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.
