> 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/ar/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/e52f3baac02b7e8efed3acaf6d01e406670a45bf">/files/e52f3baac02b7e8efed3acaf6d01e406670a45bf</a></td></tr><tr><td><strong>قاعدة بيانات الثغرات من Rapid7</strong></td><td>ابحث عن CVEs وتفاصيل الثغرات ومراجع الاستغلال وسياق وحدات Metasploit.</td><td><a href="https://www.rapid7.com/db/">https://www.rapid7.com/db/</a></td><td><a href="/files/339657a49c7e2dd938ab0aa0ad75a3b3bf57f70b">/files/339657a49c7e2dd938ab0aa0ad75a3b3bf57f70b</a></td></tr><tr><td><strong>Exploit-DB</strong></td><td>تصفّح الاستغلالات العامة، ورمز إثبات المفهوم، والأبحاث، ومراجع قاعدة بيانات Google Hacking.</td><td><a href="https://www.exploit-db.com/">https://www.exploit-db.com/</a></td><td><a href="/files/ed16a0d9a67254d8085ddd32d9f56fafb6a234c4">/files/ed16a0d9a67254d8085ddd32d9f56fafb6a234c4</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/fd2b457ba150a64eca30a78d47e17a9048f2c1ae">/files/fd2b457ba150a64eca30a78d47e17a9048f2c1ae</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/ar/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.
