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

# WordPress

用于用户枚举、版本检测、插件发现、xmlrpc.php 暴力破解、主题编辑器 RCE、插件 LFI 和泄露凭据的 WordPress 利用笔记。

<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>技术</h4></td><td>WordPress 枚举、版本检测、插件发现、WPScan 和暴力破解技术。</td><td><a href="/pages/ffb0a79e2213c6e5a2773eb0a113cc260b955c99">/pages/ffb0a79e2213c6e5a2773eb0a113cc260b955c99</a></td></tr><tr><td><h3><i class="fa-wordpress" style="color:$primary;">:wordpress:</i></h3></td><td><h4>已认证 RCE</h4></td><td>关于利用主题编辑器、404.php 载荷注入、PHP 反弹 shell 执行、curl 触发以及 shell 升级步骤的 WordPress 已认证 RCE 笔记。</td><td><a href="/pages/c14d240f822317c899c8648a57915ec15d56466d">/pages/c14d240f822317c899c8648a57915ec15d56466d</a></td></tr><tr><td><h3><i class="fa-wordpress" style="color:$primary;">:wordpress:</i></h3></td><td><h4>手动暴力破解</h4></td><td>关于 wp.getUsersBlogs 验证、XML 载荷构造、POST 请求测试、Bash 自动化以及密码发现的 WordPress xmlrpc.php 暴力破解笔记。</td><td><a href="/pages/b60094c40d1511b56efb1b5e942370e9941935ef">/pages/b60094c40d1511b56efb1b5e942370e9941935ef</a></td></tr><tr><td><h3><i class="fa-wordpress" style="color:$primary;">:wordpress:</i></h3></td><td><h4>电子书下载 LFI</h4></td><td>关于插件路径发现、任意文件下载、wp-config.php 泄露、数据库凭据以及 phpMyAdmin 访问的 WordPress ebook-download 插件 LFI 笔记。</td><td><a href="/pages/64ea4f712948ec9f375d8c03a3a9c4cdda15403c">/pages/64ea4f712948ec9f375d8c03a3a9c4cdda15403c</a></td></tr><tr><td><h3><i class="fa-wordpress" style="color:$primary;">:wordpress:</i></h3></td><td><h4>BlockyCore.jar 泄露</h4></td><td>通过提取 BlockyCore.jar 和发现凭据导致的 WordPress 插件信息泄露。</td><td><a href="/pages/5893975edf6f3c0894ad3444fbdb4409d2f84b45">/pages/5893975edf6f3c0894ad3444fbdb4409d2f84b45</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/zh/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.
