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

# Recursos de bug bounty e investigación

Utiliza estos recursos para investigación de vulnerabilidades, informes públicos, referencias de exploits e inspiración metodológica. Mantén los pasos técnicos de prueba en las páginas de vulnerabilidades o informes correspondientes.

## Recursos

<table data-card-size="large" data-column-title-hidden data-view="cards" data-full-width="false" data-search="false"><thead><tr><th>Nombre</th><th>Descripción</th><th>Enlace oficial</th><th data-hidden data-card-cover data-type="image">Imagen de portada</th></tr></thead><tbody><tr><td><strong>Pentester Land</strong></td><td>Informes públicos de bug bounty y referencias de investigación de seguridad.</td><td><a href="https://pentester.land/">https://pentester.land/</a></td><td><a href="/files/2be0195783c1931f552e06b538905c3aea23dcd1">/files/2be0195783c1931f552e06b538905c3aea23dcd1</a></td></tr><tr><td><strong>Base de datos de vulnerabilidades de Rapid7</strong></td><td>Busca CVE, detalles de vulnerabilidades, referencias de exploits y contexto de módulos de Metasploit.</td><td><a href="https://www.rapid7.com/db/">https://www.rapid7.com/db/</a></td><td><a href="/files/a5cfc13f51dad8ab5bb2a787b5b78f81831cc4ff">/files/a5cfc13f51dad8ab5bb2a787b5b78f81831cc4ff</a></td></tr><tr><td><strong>Exploit-DB</strong></td><td>Explora exploits públicos, código de prueba de concepto, artículos y referencias 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/d92501800828d5bb89d5433fa5c3fd900b51f271">/files/d92501800828d5bb89d5433fa5c3fd900b51f271</a></td></tr><tr><td><strong>HackTricks</strong></td><td>Usa manuales y rutas de ataque en distintas tecnologías y entornos.</td><td><a href="https://book.hacktricks.xyz/">https://book.hacktricks.xyz/</a></td><td><a href="/files/bf961d2cc6934e377ebcafe0511c086c127a639b">/files/bf961d2cc6934e377ebcafe0511c086c127a639b</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/es/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.
