> 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/cms/joomla-cms-exploitation.md).

# Joomla

{% hint style="info" %}
**Joomla** هو نظام إدارة محتوى مفتوح المصدر يُستخدم لإنشاء وإدارة المواقع الإلكترونية. وهو يدعم نشر المحتوى، والقوالب، والإضافات، والتخصيص الإداري.
{% endhint %}

<details>

<summary>تثبيت خادم Joomla:</summary>

```bash
svn checkout https://github.com/vulhub/vulhub/trunk/joomla/CVE-2015-8562
docker-compose up -d
```

</details>

<figure><img src="/files/57df1d3cda505c454fb4db43451f9b9568bfbff0" alt="" width="563"><figcaption></figcaption></figure>

## تعداد المعلومات :

1. نبدأ الأداة [JoomScan](https://github.com/OWASP/joomscan):thumbsup:

   ```arduino
   perl joomscan.pl -u http://website.com/
   ```
2. تُنشئ الأداة **HTML** تقرير.

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

3. افتح مسار التقرير في متصفح لمراجعته:

   1. جوملا **الإصدار**
   2. المكتشفة **الثغرات**
   3. الـ **مسار الإدارة** والمزيد.

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


---

# 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/cms/joomla-cms-exploitation.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.
