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

# WordPress

Notes d'exploitation de WordPress pour l'énumération des utilisateurs, la détection de version, la découverte de plugins, la force brute de xmlrpc.php, l'exécution de code à distance via l'éditeur de thèmes, le LFI via plugin et des identifiants divulgués.

<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>Techniques</h4></td><td>Énumération WordPress, détection de version, découverte de plugins, WPScan et techniques de force brute.</td><td><a href="/pages/a66b067b6642a241172bc90763f533eb0a5f4b40">/pages/a66b067b6642a241172bc90763f533eb0a5f4b40</a></td></tr><tr><td><h3><i class="fa-wordpress" style="color:$primary;">:wordpress:</i></h3></td><td><h4>Exécution de code à distance authentifiée</h4></td><td>Notes sur l'exécution de code à distance authentifiée dans WordPress pour l'abus de l'éditeur de thèmes, l'injection de charge utile dans 404.php, l'exécution d'un reverse shell PHP, le déclenchement via curl et les étapes de mise à niveau du shell.</td><td><a href="/pages/43fb67ad9173bd3115c5f0423c0faf8fa2726dfe">/pages/43fb67ad9173bd3115c5f0423c0faf8fa2726dfe</a></td></tr><tr><td><h3><i class="fa-wordpress" style="color:$primary;">:wordpress:</i></h3></td><td><h4>Force brute manuelle</h4></td><td>Notes sur la force brute de xmlrpc.php dans WordPress pour la validation wp.getUsersBlogs, la création de charges utiles XML, les tests de requêtes POST, l'automatisation Bash et la découverte de mots de passe.</td><td><a href="/pages/52a2f92e8ff7cdceb9ac771d684e022d0f9a317f">/pages/52a2f92e8ff7cdceb9ac771d684e022d0f9a317f</a></td></tr><tr><td><h3><i class="fa-wordpress" style="color:$primary;">:wordpress:</i></h3></td><td><h4>LFI via Ebook-Download</h4></td><td>Notes sur le LFI du plugin ebook-download de WordPress pour la découverte du chemin du plugin, le téléchargement arbitraire de fichiers, la divulgation de wp-config.php, les identifiants de base de données et l'accès à phpMyAdmin.</td><td><a href="/pages/9a25579aab7eac1f5b1a1397fdb48cae31f5fc3e">/pages/9a25579aab7eac1f5b1a1397fdb48cae31f5fc3e</a></td></tr><tr><td><h3><i class="fa-wordpress" style="color:$primary;">:wordpress:</i></h3></td><td><h4>Fuite de BlockyCore.jar</h4></td><td>Fuite d'informations sur un plugin WordPress via l'extraction de BlockyCore.jar et la découverte d'identifiants.</td><td><a href="/pages/3b7e604001ff26a2f6f73b1f1fa27fb8aaf7c788">/pages/3b7e604001ff26a2f6f73b1f1fa27fb8aaf7c788</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/fr/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.
