> 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/hacking-tools/exploitation/bug-bounty-and-research-resources.md).

# Ressources de bug bounty et de recherche

Utilisez ces ressources pour la recherche de vulnérabilités, les comptes rendus publics, les références d’exploits et l’inspiration méthodologique. Conservez les étapes de preuve technique dans les pages de vulnérabilité ou de compte rendu concernées.

## Ressources

<table data-card-size="large" data-column-title-hidden data-view="cards" data-full-width="false" data-search="false"><thead><tr><th>Nom</th><th>Description</th><th>Lien officiel</th><th data-hidden data-card-cover data-type="image">Image de couverture</th></tr></thead><tbody><tr><td><strong>Pentester Land</strong></td><td>Comptes rendus publics de bug bounty et références de recherche en sécurité.</td><td><a href="https://pentester.land/">https://pentester.land/</a></td><td><a href="/files/c9a0f72a503c4adfcf68611b09aa9f289ae6a9f4">/files/c9a0f72a503c4adfcf68611b09aa9f289ae6a9f4</a></td></tr><tr><td><strong>Base de données des vulnérabilités Rapid7</strong></td><td>Recherchez des CVE, des détails sur les vulnérabilités, des références d’exploits et le contexte des modules Metasploit.</td><td><a href="https://www.rapid7.com/db/">https://www.rapid7.com/db/</a></td><td><a href="/files/6799ebdb119cb33daf2017c4885a0a19ab8468e1">/files/6799ebdb119cb33daf2017c4885a0a19ab8468e1</a></td></tr><tr><td><strong>Exploit-DB</strong></td><td>Parcourez des exploits publics, du code de proof of concept, des articles et des références de la Google Hacking Database.</td><td><a href="https://www.exploit-db.com/">https://www.exploit-db.com/</a></td><td><a href="/files/ba8c036061ed224cbba301634221cfe72a619514">/files/ba8c036061ed224cbba301634221cfe72a619514</a></td></tr><tr><td><strong>HackTricks</strong></td><td>Utilisez des playbooks et des chemins d’attaque à travers les technologies et les environnements.</td><td><a href="https://book.hacktricks.xyz/">https://book.hacktricks.xyz/</a></td><td><a href="/files/30722cdb19bb09024e79e25bd2acda1800727e00">/files/30722cdb19bb09024e79e25bd2acda1800727e00</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/hacking-tools/exploitation/bug-bounty-and-research-resources.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.
