> 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/zh/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/75ebf6893e12ffb582f6a849fa0fe2e814cd519f" 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/69fecab4757aaa39dc35e2802511e3988e2582a4" alt=""><figcaption></figcaption></figure></div>

3. 在浏览器中打开报告路径以查看：

   1. Joomla **版本**
   2. 发现的 **漏洞**
   3. 该 **管理路径** 等等。

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