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

# Bug-Bounty- und Forschungsressourcen

Verwenden Sie diese Ressourcen für Schwachstellenforschung, öffentliche Write-ups, Exploit-Referenzen und methodische Inspiration. Bewahren Sie technische Nachweisschritte auf den jeweiligen Schwachstellen- oder Write-up-Seiten auf.

## Ressourcen

<table data-card-size="large" data-column-title-hidden data-view="cards" data-full-width="false" data-search="false"><thead><tr><th>Name</th><th>Beschreibung</th><th>Offizieller Link</th><th data-hidden data-card-cover data-type="image">Titelbild</th></tr></thead><tbody><tr><td><strong>Pentester Land</strong></td><td>Öffentliche Bug-Bounty-Write-ups und Referenzen für Sicherheitsforschung.</td><td><a href="https://pentester.land/">https://pentester.land/</a></td><td><a href="/files/1a2f3cba39ea6e708a50e7cd402dd2407a1b3021">/files/1a2f3cba39ea6e708a50e7cd402dd2407a1b3021</a></td></tr><tr><td><strong>Rapid7 Schwachstellendatenbank</strong></td><td>Suchen Sie nach CVEs, Schwachstellendetails, Exploit-Referenzen und Kontext zu Metasploit-Modulen.</td><td><a href="https://www.rapid7.com/db/">https://www.rapid7.com/db/</a></td><td><a href="/files/19e31cfba94185564d1dc84ffdf3f9ad24285ac6">/files/19e31cfba94185564d1dc84ffdf3f9ad24285ac6</a></td></tr><tr><td><strong>Exploit-DB</strong></td><td>Durchsuchen Sie öffentliche Exploits, Proof-of-Concept-Code, Papers und Referenzen aus der Google Hacking Database.</td><td><a href="https://www.exploit-db.com/">https://www.exploit-db.com/</a></td><td><a href="/files/e34a7a5a47197ba22a6403c414fd5b75fd4b1597">/files/e34a7a5a47197ba22a6403c414fd5b75fd4b1597</a></td></tr><tr><td><strong>HackTricks</strong></td><td>Verwenden Sie Playbooks und Angriffspfade über verschiedene Technologien und Umgebungen hinweg.</td><td><a href="https://book.hacktricks.xyz/">https://book.hacktricks.xyz/</a></td><td><a href="/files/87e9cb3d1dfcf7f8f42439ef591e1b2db897f9f6">/files/87e9cb3d1dfcf7f8f42439ef591e1b2db897f9f6</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/de/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.
