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

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

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

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

工具目录

分类

查看所有分类
Loading categories
React2Shell-POC — React2Shell (CVE-2025-55182) POC | Kitploit
工具/GitHubGitHub/snipevx/react2shell-poc
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationLabs & Practice
GitHubsnipevx/react2shell-poc

React2Shell-POC

React2Shell (CVE-2025-55182) POC

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

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

这个针对 React2Shell(CVE-2025-55182)漏洞的概念验证(PoC)仅用于教育和研究目的。

它旨在受控、授权且非生产的环境中,演示特定安全漏洞的存在及其潜在影响。

欢迎查看我的博客,了解 react2shell 漏洞的详细分析:https://vxsnipe.xyz/posts/react2shell/

用法

root@kitploit:~
➜ python poc.py -h

      _____  ______          _____ _______ ___   _____ _    _ ______ _      _
     |  __ \|  ____|   /\   / ____|__   __|__ \ / ____| |  | |  ____| |    | |
     | |__) | |__     /  \ | |       | |     ) | (___ | |__| | |__  | |    | |
     |  _  /|  __|   / /\ \| |       | |    / / \___ \|  __  |  __| | |    | |
     | | \ \| |____ / ____ \ |____   | |   / /_ ____) | |  | | |____| |____| |____
     |_|  \_\______/_/    \_\_____|  |_|  |____|_____/|_|  |_|______|______|______|

usage: poc.py [-h] -u URL -c COMMAND

CVE-2025-55182 POC by 0xSN1PE

options:
  -h, --help            show this help message and exit
  -u, --url URL         Target URL (e.g., http://localhost:3000/)
  -c, --command COMMAND
                        Command to execute (e.g., 'id')

➜ python poc.py -u http://localhost:3000/ -c 'cat /etc/passwd'

使用 Docker 搭建测试环境

此 PoC 附带一个 Dockerfile,可用于在受控且安全的环境中模拟 react2shell 漏洞。

root@kitploit:~
docker build -t react2shell .
docker run -p 3000:3000 react2shell
下载工具