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

# WordPress

Notas de exploração do WordPress para enumeração de usuários, detecção de versão, descoberta de plugins, brute force no xmlrpc.php, RCE no editor de temas, LFI em plugins e credenciais vazadas.

<table data-view="cards" data-full-width="false" data-search="false"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-wordpress" style="color:$primary;">:wordpress:</i></h3></td><td><h4>Técnicas</h4></td><td>Enumeração do WordPress, detecção de versão, descoberta de plugins, WPScan e técnicas de brute force.</td><td><a href="/pages/b5752c857abfed63bbf19e9f0ef9a3656ceed2e8">/pages/b5752c857abfed63bbf19e9f0ef9a3656ceed2e8</a></td></tr><tr><td><h3><i class="fa-wordpress" style="color:$primary;">:wordpress:</i></h3></td><td><h4>RCE autenticado</h4></td><td>Notas de RCE autenticado no WordPress para abuso do editor de temas, injeção de payload no 404.php, execução de shell reverso em PHP, acionamento via curl e etapas de atualização da shell.</td><td><a href="/pages/ec4f9be1725547cfb9d56355ee21ff04fe448b5d">/pages/ec4f9be1725547cfb9d56355ee21ff04fe448b5d</a></td></tr><tr><td><h3><i class="fa-wordpress" style="color:$primary;">:wordpress:</i></h3></td><td><h4>Brute Force Manual</h4></td><td>Notas de brute force no xmlrpc.php do WordPress para validação de wp.getUsersBlogs, criação de payload XML, teste de requisições POST, automação em Bash e descoberta de senha.</td><td><a href="/pages/4766dba9c194b0965fc29ae97920350a557d1155">/pages/4766dba9c194b0965fc29ae97920350a557d1155</a></td></tr><tr><td><h3><i class="fa-wordpress" style="color:$primary;">:wordpress:</i></h3></td><td><h4>LFI do Ebook-Download</h4></td><td>Notas de LFI do plugin ebook-download do WordPress para descoberta do caminho do plugin, download arbitrário de arquivos, divulgação do wp-config.php, credenciais do banco de dados e acesso ao phpMyAdmin.</td><td><a href="/pages/d87977a679fa8f3bfe874dc4f9afd652946ec9e3">/pages/d87977a679fa8f3bfe874dc4f9afd652946ec9e3</a></td></tr><tr><td><h3><i class="fa-wordpress" style="color:$primary;">:wordpress:</i></h3></td><td><h4>Vazamento do BlockyCore.jar</h4></td><td>Vazamento de informações do plugin WordPress por meio da extração do BlockyCore.jar e descoberta de credenciais.</td><td><a href="/pages/5a16dbf4d5887c2d81e63eaf245aeaea7f0ca17b">/pages/5a16dbf4d5887c2d81e63eaf245aeaea7f0ca17b</a></td></tr></tbody></table>


---

# 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/wordpress-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.
