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

# Burp Suite

{% hint style="info" %}
**Burp Suite** هي أداة مستخدمة على نطاق واسع في الأمن السيبراني لتقييم الثغرات في تطبيقات الويب. وهي توفر مجموعة من الميزات التي تمكّن المتخصصين في الأمن من تحديد واستغلال والتخفيف من نقاط الضعف المحتملة في مواقع الويب والتطبيقات من خلال اختبار الاختراق وتحليل الأمان.
{% endhint %}

## سير عمل Burp Suite

1. قم بتكوين وكيل المتصفح والتقاط الطلب الذي يمثل السلوك المستهدف.
2. استخدم سجل Proxy لفهم المعلمات وملفات تعريف الارتباط والرؤوس وعمليات إعادة التوجيه وحالة المصادقة.
3. أرسل الطلبات المثيرة للاهتمام إلى Repeater للتحقق اليدوي مع أقل قدر ممكن من التغييرات في الحمولة.
4. استخدم Intruder فقط بعد التأكد من موضع الحمولة والإشارة المتوقعة في الاستجابة.
5. قارن الطلبات والاستجابات عندما تعتمد الثغرة على فروق دقيقة في الحالة أو الطول أو الرؤوس أو محتوى الجسم.

## Repeater:

> Repeater هي أداة تتيح للمستخدمين إعادة إرسال طلبات HTTP وHTTPS وتكرارها. وهذا مفيد لاختبار مدخلات مختلفة والتحقق من استجابة الخادم. كما أنه مفيد لتحديد الثغرات، لأنه يتيح للمستخدمين اختبار قيم مختلفة واكتشاف الاستجابات غير المتوقعة.

<figure><img src="/files/0f10198b6122572d48ced03398c96cbc7ff80627" alt=""><figcaption></figcaption></figure>

## Intruder :

> Intruder: هي أداة تُستخدم لأتمتة هجمات القوة الغاشمة. يمكن للمستخدمين تعيين حمولات مختلفة لأجزاء مختلفة من الطلب، مثل عنوان URL، ونص الطلب، والرؤوس. ثم يقوم Intruder بأتمتة تنفيذ الطلبات باستخدام حمولات مختلفة، ويمكن للمستخدمين فحص الاستجابات لتحديد الثغرات.

<div data-full-width="true"><figure><img src="/files/38861b90217e0df82bd2bb48746585626ed1ede6" alt=""><figcaption></figcaption></figure></div>

## Proxy :

> Proxy: هذه هي الأداة الرئيسية في Burp Suite وتعمل كوسيط بين متصفح الويب وخادم الويب. يتيح ذلك للمستخدمين اعتراض وتعديل طلبات واستجابات HTTP وHTTPS المرسلة بين المتصفح والخادم. كما أن Proxy مفيد أيضًا لتحديد الثغرات لأنه يتيح للمستخدمين فحص حركة المرور وتحليل الطلبات والاستجابات.

<figure><img src="/files/c5bcba04fde4a9e4f22d17d35c0194fdaf129b34" alt=""><figcaption></figcaption></figure>

## Comparer :

> Comparer: هي أداة تُستخدم لمقارنة طلبي HTTP أو HTTPS. وهذا مفيد لاكتشاف الاختلافات بين الطلبات والاستجابات وتحليل أمان التطبيق.

<div data-full-width="true"><figure><img src="/files/6685c134f0ca14ff897e7cda1d678e1338ed306a" alt=""><figcaption></figcaption></figure></div>

<br>


---

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