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

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

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

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

工具目录

分类

查看所有分类
Loading categories
工具/GitHubGitHub/hndko/react2shell-rce-autobot
侦察漏洞扫描器漏洞利用Web应用程序漏洞利用信息收集渗透测试
GitHubhndko/react2shell-rce-autobot

react2shell-rce-autobot

🎯 针对 React2Shell RCE 的自动化漏洞扫描器 - Google dorking + CVE-2025-55182/CVE-2025-66478 的安全检测(CVSS 10.0)

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

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
react2shell-rce-autobot — 🎯 针对 React2Shell RCE 的自动化漏洞扫描器 - Google dorking + CVE-2025-55182/CVE-2025-66478 的安全检测(CVSS 10.0) | Kitploit

🔍 React2Shell Dork Scanner

CVE-2025-55182 CVE-2025-66478 CVSS 10.0

Python 3.8+ Next.js React License


🚨 关于漏洞

React2Shell 是一种影响以下组件的严重远程代码执行 (RCE) 漏洞:

目标受影响版本
⚛️ react-server-dom-webpack19.0.0, 19.1.0, 19.1.1, 19.2.0
⚛️ react-server-dom-turbopack19.0.0, 19.1.0, 19.1.1, 19.2.0
⚛️ react-server-dom-parcel19.1.0, 19.1.1, 19.2.0
🔺 Next.js15.0.0-15.0.4, 16.0.0-16.0.6

⚠️ CVSS 评分:10.0(严重) - 无需认证的远程代码执行!


✨ 功能


📦 安装

root@kitploit:~
# 克隆仓库
git clone https://github.com/yourusername/react2shell-dork-scanner.git
cd react2shell-dork-scanner

# 安装依赖
pip install -r requirements.txt

🚀 快速开始

1️⃣ 测试单个 URL

root@kitploit:~
python3 dork_scanner.py --test-url https://target.com

2️⃣ Google Dork 搜索

root@kitploit:~
# 自定义 dork
python3 dork_scanner.py --dork "inurl:/_next site:example.com"

# 内置模板
python3 dork_scanner.py --template nextjs --limit 50

3️⃣ 从文件扫描

root@kitploit:~
python3 dork_scanner.py --scan-file targets.txt

4️⃣ 全自动(搜索 + 扫描)

root@kitploit:~
python3 dork_scanner.py --dork "inurl:/_next" --auto-scan

📖 CLI 选项

root@kitploit:~
Google Dork 选项:
  --dork, -d          自定义 Google dork 查询
  --template, -t      模板:nextjs, react, rsc
  --limit, -l         最大结果数(默认:50)
  --delay             请求间延迟(默认:3.0 秒)

扫描选项:
  --scan-file, -f     从文件扫描
  --test-url, -u      测试单个 URL
  --auto-scan         搜索后自动扫描
  --threads           并发线程数(默认:5)
  --timeout           请求超时(默认:10 秒)

输出选项:
  --output-targets    目标输出文件(默认:targets.txt)
  --output-vuln       漏洞输出文件(默认:vulnerable.txt)

🎯 Dork 模板

模板Dorks
nextjsinurl:"/_next/static", intext:"__NEXT_DATA__"
react

📊 输出文件

文件内容
📄 targets.txt来自 Google dork 的所有 URL
🔴 vulnerable.txt存在漏洞的 URL

⚠️ 免责声明

⚠️ 法律警告

此工具仅用于对具有正式授权的目标进行安全测试。 未经授权的使用是非法的。


🔗 参考链接

  • 📋 CVE-2025-55182
  • 📋 CVE-2025-66478
  • 🔬 Assetnote Research

🔒 保持安全。负责任地扫描。 🔒

下载工具
功能描述
🔍 Google Dorking通过 Google 自动搜索 Next.js/React 目标
💾 保存目标将搜索结果保存到 targets.txt
🎯 漏洞扫描测试每个目标是否存在漏洞
📝 漏洞报告将存在漏洞的目标保存到 vulnerable.txt
⚡ 多线程通过并发请求实现快速扫描
🛡️ 安全检测侧信道检测(不进行利用)
inurl:"/static/js/main" intext:"react"
rscinurl:"/api/" intext:"server-action"