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

# 漏洞赏金与研究资源

使用这些资源来进行漏洞研究、公开分析文章、利用参考和方法论灵感。请将技术性证明步骤保留在相关漏洞或分析文章页面中。

## 资源

<table data-card-size="large" data-column-title-hidden data-view="cards" data-full-width="false" data-search="false"><thead><tr><th>名称</th><th>描述</th><th>官方链接</th><th data-hidden data-card-cover data-type="image">封面图片</th></tr></thead><tbody><tr><td><strong>Pentester Land</strong></td><td>公开的漏洞赏金分析文章和安全研究参考。</td><td><a href="https://pentester.land/">https://pentester.land/</a></td><td><a href="/files/fe70835aac7f218c692848a5196a62ddf479df57">/files/fe70835aac7f218c692848a5196a62ddf479df57</a></td></tr><tr><td><strong>Rapid7 漏洞数据库</strong></td><td>搜索 CVE、漏洞详情、利用参考以及 Metasploit 模块上下文。</td><td><a href="https://www.rapid7.com/db/">https://www.rapid7.com/db/</a></td><td><a href="/files/27a8858ceb285e6627009ededa3b26e8d697cb7b">/files/27a8858ceb285e6627009ededa3b26e8d697cb7b</a></td></tr><tr><td><strong>Exploit-DB</strong></td><td>浏览公开利用代码、概念验证代码、论文以及 Google Hacking Database 参考。</td><td><a href="https://www.exploit-db.com/">https://www.exploit-db.com/</a></td><td><a href="/files/4db124998c39e0a0f461f4bd4c07be6712ed1e48">/files/4db124998c39e0a0f461f4bd4c07be6712ed1e48</a></td></tr><tr><td><strong>HackTricks</strong></td><td>跨技术和环境使用操作手册和攻击路径。</td><td><a href="https://book.hacktricks.xyz/">https://book.hacktricks.xyz/</a></td><td><a href="/files/66d5d380dcbbdaa9c94b7fa976c5a311cd14d617">/files/66d5d380dcbbdaa9c94b7fa976c5a311cd14d617</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/zh/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.
