> 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/useful-resources/reporting.md).

# Rapports

Ressources de reporting pour transformer un travail technique en livrables clairs : structure, cheminement des preuves, matériel de rapport LaTeX et contenu d’exemple de rapport.

## Ressources de reporting

<table data-view="cards" data-full-width="false" data-search="false"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-file-lines" style="color:$primary;">:file-lines:</i></h3></td><td><h4>Rapports professionnels (LaTeX)</h4></td><td>Ressources de rapports professionnels de tests d’intrusion et modèles LaTeX pour des comptes rendus clairs de sécurité offensive.</td><td><a href="/pages/c5e870d9c670fe690a32c798d6c19ef04daa8a31">/pages/c5e870d9c670fe690a32c798d6c19ef04daa8a31</a></td></tr><tr><td><h3><i class="fa-file-lines" style="color:$primary;">:file-lines:</i></h3></td><td><h4>Rapport 1 - Compte rendu LaTeX Presidential</h4></td><td>Notes de rapport LaTeX VulnHub Presidential pour produire des comptes rendus professionnels de tests d’intrusion, structurer les constats et documenter les preuves d’exploitation.</td><td><a href="/pages/1f979a876353c4ba8fe37cd4c8103f1feb073304">/pages/1f979a876353c4ba8fe37cd4c8103f1feb073304</a></td></tr></tbody></table>

### Flux de travail

1. Regroupez les preuves par constat, impact, reproduction et remédiation.
2. Gardez les commandes, captures d’écran, horodatages et actifs affectés à proximité du constat qu’ils étayent.
3. Utilisez des modèles pour assurer la cohérence, puis adaptez le libellé au public cible.


---

# 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/useful-resources/reporting.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.
