> 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/web.md).

# أدوات اختبار تطبيقات الويب

استخدم هذه الفئة لسير عمل اختبار تطبيقات الويب: تمرير حركة المرور عبر وكيل، التحقق من نقاط الحقن، فحص وحدات الويب، اكتشاف المحتوى المخفي، تحليل التقنيات، البحث عن الحمولات، ومراجعة سلوك جدار الحماية WAF.

## الأدوات والموارد

<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-bug" style="color:$primary;">:bug:</i></h3></td><td><h4>Burp Suite</h4></td><td>ملاحظات اختبار اختراق الويب باستخدام Burp Suite لاعتراض Proxy، والتحقق عبر Repeater، وأتمتة Intruder، وتحليل Comparer، والتلاعب بطلبات HTTP، واختبار الحمولات، واختبار المصادقة، وتأكيد الثغرات، وجمع الأدلة.</td><td><a href="/pages/e88c2d33f288853a465f519c891b5421f7b6991f">/pages/e88c2d33f288853a465f519c891b5421f7b6991f</a></td></tr><tr><td><h3><i class="fa-database" style="color:$primary;">:database:</i></h3></td><td><h4>SQLMap</h4></td><td>ملاحظات اختبار الاختراق باستخدام SQLMap لاكتشاف حقن SQL، وبصمة نظام إدارة قواعد البيانات (DBMS)، واستطلاع قاعدة البيانات، واكتشاف الجداول والأعمدة، وتفريغ البيانات، واختبارات تعتمد على ملفات تعريف الارتباط، وضبط مستوى المخاطر والمستوى، وسير عمل صدفة نظام التشغيل، واختبار SQLite، والتحقق اليدوي من حقن SQL.</td><td><a href="/pages/8a27440943a1365d125b03b703d9ae345de3c070">/pages/8a27440943a1365d125b03b703d9ae345de3c070</a></td></tr><tr><td><h3><i class="fa-shield-halved" style="color:$primary;">:shield-halved:</i></h3></td><td><h4>ماسح أمان PHP</h4></td><td>سير عمل تحليل ساكن لـ PHP للمشتركين فقط بحثًا عن الدوال الخطرة، ومراجعة المسار من المصدر إلى المصب، والتكوين غير الآمن، ومخاطر الرفع، وإلغاء التسلسل، وSSRF، ومؤشرات تصعيد الصلاحيات.</td><td><a href="/pages/a4211165538b84467d40a419cffbf4f77ac1c10b">/pages/a4211165538b84467d40a419cffbf4f77ac1c10b</a></td></tr><tr><td><h3><i class="fa-globe" style="color:$primary;">:globe:</i></h3></td><td><h4>WMAP</h4></td><td>ملاحظات WMAP لتشغيل فحوصات ثغرات الويب عبر Metasploit ومراجعة المشكلات المكتشفة في التطبيق.</td><td><a href="/pages/cfa523a28d1f4cec21e3e2734a8a26ed68355549">/pages/cfa523a28d1f4cec21e3e2734a8a26ed68355549</a></td></tr><tr><td><h3><i class="fa-globe" style="color:$primary;">:globe:</i></h3></td><td><h4>موارد الاستطلاع والتجاوز لتطبيقات الويب</h4></td><td>موارد الاستطلاع والتجاوز للويب الخاصة بالتشويش، وتحليل السلوك، ومراجع الحمولات، واكتشاف WAF، وتجاوز WAF، وأدوات الويب في HackTricks.</td><td><a href="/pages/81ddd1c8d04bb569d44ba5adc071e204fad64708">/pages/81ddd1c8d04bb569d44ba5adc071e204fad64708</a></td></tr></tbody></table>

### سير العمل

1. قم بتحليل التطبيق واكتشاف المحتوى المخفي قبل تشغيل الفحوصات الأكثر تعمقًا.
2. التقط طلبات تمثيلية في Burp Suite وتحقق يدويًا من سلوك المعلمات.
3. استخدم SQLMap أو WMAP فقط عندما يدعم سلوك الهدف مسار الاختبار هذا.
4. ابحث عن الحمولات وطرق التجاوز وسلوك WAF في صفحة الموارد المخصصة.
5. احتفظ بالطلبات والحمولات والاستجابات ولقطات الشاشة وإصدارات الأدوات الدقيقة لأغراض التقرير.


---

# 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/web.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.
