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

# Joomla

{% hint style="info" %}
**Joomla** est un système de gestion de contenu open source utilisé pour créer et gérer des sites web. Il prend en charge la publication de contenu, les modèles, les extensions et la personnalisation administrative.
{% endhint %}

<details>

<summary>Installation du serveur Joomla :</summary>

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

</details>

<figure><img src="/files/3a5096ba9b58c80f48d5946e3fca1dd07d5f2051" alt="" width="563"><figcaption></figcaption></figure>

## Énumérer l'information :

1. Nous lançons l'outil [JoomScan](https://github.com/OWASP/joomscan):thumbsup:

   ```arduino
   perl joomscan.pl -u http://website.com/
   ```
2. L'outil crée un **HTML** rapport.

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

3. Ouvrez le chemin du rapport dans un navigateur pour le consulter :

   1. Le Joomla **version**
   2. Découvertes **vulnérabilités**
   3. Le **chemin d'administration** et plus encore.

   <div data-full-width="true"><figure><img src="/files/b10dc1b927576291de0774002a969599e83f8576" 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/fr/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.
