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

# Recursos de Bug Bounty e Pesquisa

Use estes recursos para pesquisa de vulnerabilidades, writeups públicos, referências de exploits e inspiração metodológica. Mantenha as etapas técnicas de prova nas páginas de vulnerabilidade ou writeup relevantes.

## Recursos

<table data-card-size="large" data-column-title-hidden data-view="cards" data-full-width="false" data-search="false"><thead><tr><th>Nome</th><th>Descrição</th><th>Link oficial</th><th data-hidden data-card-cover data-type="image">Imagem de capa</th></tr></thead><tbody><tr><td><strong>Pentester Land</strong></td><td>Writeups públicos de bug bounty e referências de pesquisa em segurança.</td><td><a href="https://pentester.land/">https://pentester.land/</a></td><td><a href="/files/1a34c9f9628a43ad8833568fb178abb5cb65ae37">/files/1a34c9f9628a43ad8833568fb178abb5cb65ae37</a></td></tr><tr><td><strong>Banco de dados de vulnerabilidades da Rapid7</strong></td><td>Pesquise CVEs, detalhes de vulnerabilidades, referências de exploits e contexto de módulos do Metasploit.</td><td><a href="https://www.rapid7.com/db/">https://www.rapid7.com/db/</a></td><td><a href="/files/5f15fb9aa6220595a55c0c3636afad839cd8fb11">/files/5f15fb9aa6220595a55c0c3636afad839cd8fb11</a></td></tr><tr><td><strong>Exploit-DB</strong></td><td>Navegue por exploits públicos, código de prova de conceito, artigos e referências do Google Hacking Database.</td><td><a href="https://www.exploit-db.com/">https://www.exploit-db.com/</a></td><td><a href="/files/854ef163d547befc8b3b7651453b9cd4c55ab27b">/files/854ef163d547befc8b3b7651453b9cd4c55ab27b</a></td></tr><tr><td><strong>HackTricks</strong></td><td>Use playbooks e caminhos de ataque em diferentes tecnologias e ambientes.</td><td><a href="https://book.hacktricks.xyz/">https://book.hacktricks.xyz/</a></td><td><a href="/files/927e0e2f32305554c1e386ced02493bf3d1b9af7">/files/927e0e2f32305554c1e386ced02493bf3d1b9af7</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/pt-br/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.
