> 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/useful-resources/exploit-development.md).

# تطوير الاستغلال

ملاحظات تدريبية حول تجاوز سعة المخزن المؤقت لتعلّم أساسيات تطوير الاستغلال: إعادة إنتاج التعطل، اكتشاف الإزاحة، التحقق من الأحرف غير الصالحة، وضع الشيل كود، وتنفيذ الحمولة بشكل مُتحكَّم فيه.

## مختبرات تطوير الاستغلال

<table data-view="cards" data-full-width="false" data-search="false"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-folder-tree" style="color:$primary;">:folder-tree:</i></h3></td><td><h4>تجاوز سعة المخزن المؤقت في لينكس - مخصص</h4></td><td>ملاحظات مخصصة حول تجاوز سعة المخزن المؤقت في لينكس لبناء الاستغلالات، والتحكم في تدفق التنفيذ، وصياغة الحمولات، وتوثيق منهجية إفساد الذاكرة.</td><td><a href="/pages/d9ba268060f1341f056935123216e7c3f7586e91">/pages/d9ba268060f1341f056935123216e7c3f7586e91</a></td></tr><tr><td><h3><i class="fa-file-code" style="color:$primary;">:file-code:</i></h3></td><td><h4>تجاوز سعة المخزن المؤقت في لينكس - الملف الثنائي Agent</h4></td><td>ملاحظات تجاوز سعة المخزن المؤقت في الملف الثنائي Agent على لينكس لتحليل التعطل، واكتشاف الإزاحة، وبناء الحمولة، والتحقق من صحة الاستغلال في مختبرات بأسلوب CTF.</td><td><a href="/pages/80ac937a0910986172a0f8ee254a8411476a0fd1">/pages/80ac937a0910986172a0f8ee254a8411476a0fd1</a></td></tr><tr><td><h3><i class="fa-envelope" style="color:$primary;">:envelope:</i></h3></td><td><h4>تجاوز سعة المخزن المؤقت في ويندوز - SLMail</h4></td><td>ملاحظات تجاوز سعة المخزن المؤقت في ويندوز لـ SLMail من أجل الاختبار الضبابي لـ POP3، واكتشاف الإزاحة، واختيار JMP ESP، وتسليم الشيل كود، والتحقق من الاستغلال.</td><td><a href="/pages/28044a4feab0c9ccc2dabcbc14be48bd843d2cd6">/pages/28044a4feab0c9ccc2dabcbc14be48bd843d2cd6</a></td></tr><tr><td><h3><i class="fa-folder-tree" style="color:$primary;">:folder-tree:</i></h3></td><td><h4>تجاوز سعة المخزن المؤقت في ويندوز - MiniShare</h4></td><td>ملاحظات تجاوز سعة المخزن المؤقت في ويندوز لـ MiniShare من أجل الاختبار الضبابي، والتحكم في EIP، وتحليل الأحرف غير الصالحة، وتوليد الشيل كود، وممارسة تطوير الاستغلال.</td><td><a href="/pages/695e99cfede0c15fbdc70468354f2186974535dd">/pages/695e99cfede0c15fbdc70468354f2186974535dd</a></td></tr></tbody></table>

### سير العمل

1. أعد إنتاج التعطل وتحكم في حجم الإدخال.
2. اعثر على الإزاحة، وتحقق من التحكم في مؤشر التعليمات، وحدد الأحرف غير الصالحة.
3. ضع الشيل كود أو حمولةً مُتحكَّمًا فيها ووثّق كل نقطة فحص في مصحح الأخطاء.
4. احتفظ برمز الاستغلال ولقطات الشاشة والإزاحات وسجلات المعالج والأوامر معًا لضمان إمكانية إعادة الإنتاج.


---

# 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/useful-resources/exploit-development.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.
