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

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

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

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

工具目录

分类

查看所有分类
Loading categories
工具/GitHubGitHub/timsonner/react2shell-cve-2025-55182
漏洞利用Web应用程序漏洞利用渗透测试学习与教育Payload 开发实验室与实践
GitHubtimsonner/react2shell-cve-2025-55182

React2Shell-CVE-2025-55182

POC 与实验室搭建

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

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

React2Shell CVE-2025-55182

POC 与实验环境搭建

从零开始创建服务器

root@kitploit:~
npm create [email protected] react2shell-lab

接受默认设置即可,名称随意

或者

克隆仓库

root@kitploit:~
git clone https://github.com/timsonner/React2Shell-CVE-2025-55182.git

并且

安装依赖

root@kitploit:~
npm install

然后

运行服务器 - 终端 1

root@kitploit:~
cd react2shell-lab
npm run dev

创建 nc 监听器 - 终端 2

root@kitploit:~
nc -nlvp 4444

运行测试漏洞利用 - 终端 3

root@kitploit:~
python3 react2shell-exploit-1.py

此漏洞利用适合测试 localhost 配置。取消注释另一个 payload 即可获得反弹 shell...

针对远程目标的交互式反弹 Shell payload

root@kitploit:~
python3 react2shell-exploit-2.py

此版本会要求用户输入远程目标以及攻击者 IP 和端口。本版本中的 POST 主体(body_parts)也略有精简。

来源:

https://www.averlon.ai/blog/react2shell-cve-2025-55182-explained

https://tryhackme.com/room/react2shellcve202555182

下载工具