> 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/active-directory/kerberos/rubeus-installation.md).

# تثبيت Rubeus

### الهدف

**Rubeus** هي أداة لويندوز تُستخدم للتفاعل مع Kerberos.

{% embed url="<https://github.com/GhostPack/Rubeus#compile-instructions>" %}

يمكن استخدامه بشكل ملحوظ لتنفيذ ما يلي:

* AS-REP Roasting؛
* Kerberoasting؛
* التلاعب بالتذاكر؛
* استخراج معلومات Kerberos؛
* طلبات التذاكر.

### الترجمة البرمجية

في مختبرك، يتم تجميع Rubeus باستخدام:

```
Visual Studio 2019
```

الخطوات العامة:

1. ثبّت Visual Studio 2019 ؛
2. ثبّت مكوّنات .NET اللازمة؛
3. افتح مشروع Rubeus في Visual Studio؛
4. قم بتجميع المشروع؛
5. استخرج الملف التنفيذي المُولَّد.

{% embed url="<https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/>" %}

مسار الإخراج في مختبرك:

```bash
C:/Users/user1/Desktop/Rubeus-master/Rubeus/bin/Debug/Rubeus.exe
```

<figure><img src="/files/788d71ff4b3bbe8052969b6ab010bf0b5fea821e" alt=""><figcaption></figcaption></figure>

### اختبار وظيفي

قبل التنفيذ، في المختبر، قد يحظر برنامج مكافحة الفيروسات الأداة.

اختبار:

{% code overflow="wrap" %}

```bash
.\Rubeus.exe -h
```

{% endcode %}

إذا تم عرض مخرجات المساعدة، فالأداة تعمل بشكل صحيح.

<figure><img src="/files/69d9ba92b06c58a63ffdfe7a3a40e7536c8853e9" alt=""><figcaption></figcaption></figure>


---

# 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/active-directory/kerberos/rubeus-installation.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.
