Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
WordPresShell — 针对CVE-2026-63030 / CVE-2026-60137(WordPress核心)的预认证RCE概念验证。 | Kitploit
工具/GitHubGitHub/securelayer7/wordpresshell
Payload生成漏洞分析漏洞利用Web应用程序漏洞利用渗透测试
GitHubsecurelayer7/wordpresshell

WordPresShell

针对CVE-2026-63030 / CVE-2026-60137(WordPress核心)的预认证RCE概念验证。

查看仓库
91101个月前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

WordPresShell

针对 CVE-2026-63030 + CVE-2026-60137(WordPress 核心)的预认证 RCE PoC。 REST /batch/v1 路由混淆 → WP_Query author__not_in SQL 注入 → 未认证 管理员创建 → WebShell。单文件,仅依赖 Python 标准库。

漏洞发现者:Adam Kues(Searchlight Cyber)。受影响版本:6.9.0–6.9.4, 7.0.0–7.0.1。已修复版本:6.9.5 / 7.0.2。

使用

root@kitploit:~
python3 WordPresShell.py check http://target                      # 确认(非破坏性)
python3 WordPresShell.py dump  http://target [--query "SELECT @@version"]
python3 WordPresShell.py shell http://target --cmd "id"           # 无破解 RCE
python3 WordPresShell.py shell http://target -i                   # 交互式
python3 WordPresShell.py shell http://target --user U --password P --cmd id

测试环境

root@kitploit:~
docker compose up -d          # WordPress 7.0.1,端口 :8092
docker compose down -v        # 清理

shell 命令会创建一个管理员并植入 WebShell——测试后请删除两者。 仅限授权测试。

下载工具