> 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/web/information-disclosure.md).

# Divulgation d’informations

Notes de divulgation d’informations pour les laboratoires de l’Académie de sécurité Web PortSwigger, axées sur les étapes de test pratiques, la validation avec Burp Suite, le comportement des charges utiles et le flux de travail d’exploitation.

## Flux de test

1. Identifiez la fonctionnalité vulnérable ainsi que la requête, le paramètre, l’en-tête, le cookie ou le point de terminaison côté navigateur concernés.
2. Reproduisez le comportement dans Burp Suite avec une charge utile minimale avant d’intensifier l’attaque.
3. Validez l’impact avec une preuve de concept claire, comme l’accès à un compte, la divulgation de données, l’exécution de code, le SSRF ou un changement d’état.
4. Conservez les charges utiles, les URL, les jetons et les identifiants de laboratoire inchangés tout en documentant le chemin d’exploitation.

## Laboratoires

<table><thead><tr><th data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="/pages/9fa72f7d0516edfdf03b60a08e5e8911a9a1a0e5">/pages/9fa72f7d0516edfdf03b60a08e5e8911a9a1a0e5</a></td></tr><tr><td><a href="/pages/cb00fb923fff3b321005afa54be63cc51dff5fab">/pages/cb00fb923fff3b321005afa54be63cc51dff5fab</a></td></tr><tr><td><a href="/pages/fe38cdf2561a16c31e5064ca8d760b86a93f447a">/pages/fe38cdf2561a16c31e5064ca8d760b86a93f447a</a></td></tr><tr><td><a href="/pages/e26e1a0a81a9cd9c754d514b8735d819ea64f046">/pages/e26e1a0a81a9cd9c754d514b8735d819ea64f046</a></td></tr><tr><td><a href="/pages/a19e8ad35d008490659d3be3abba02df831b6875">/pages/a19e8ad35d008490659d3be3abba02df831b6875</a></td></tr></tbody></table>


---

# 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/web/information-disclosure.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.
