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

# Joomla

{% hint style="info" %}
**Joomla** é um sistema de gerenciamento de conteúdo de código aberto usado para criar e gerenciar sites. Ele oferece suporte à publicação de conteúdo, modelos, extensões e personalização administrativa.
{% endhint %}

<details>

<summary>Instalação do servidor Joomla:</summary>

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

</details>

<figure><img src="/files/77cc46598543742ca0645e3f7213528862847e1a" alt="" width="563"><figcaption></figcaption></figure>

## Enumere as informações :

1. Nós iniciamos a ferramenta [JoomScan](https://github.com/OWASP/joomscan):thumbsup:

   ```arduino
   perl joomscan.pl -u http://website.com/
   ```
2. A ferramenta cria um **HTML** relatório.

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

3. Abra o caminho do relatório em um navegador para revisar:

   1. O Joomla **versão**
   2. Descobertas **vulnerabilidades**
   3. O **caminho de administração** e muito mais.

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