Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Bot-exploit-CVE-2025-55182 — Educational scanner for CVE-2025-55182 (React2Shell) vulnerability detection in React Server Components/Next.js apps. Uses dorks for target discovery and non-destructive payloads to identify RCE indicators. | Kitploit
Tools/GitHubGitHub/itsismarcos/bot-exploit-cve-2025-55182
Vulnerability ScannersExploitationInformation GatheringWeb SecurityPapers & ResearchLearning & Education
GitHubitsismarcos/bot-exploit-cve-2025-55182

Bot-exploit-CVE-2025-55182

Educational scanner for CVE-2025-55182 (React2Shell) vulnerability detection in React Server Components/Next.js apps. Uses dorks for target discovery and non-destructive payloads to identify RCE indicators.

View Repository
1148 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

React2Shell Scanner – CVE-2025-55182

🔐 Educational tool for detection of vulnerability CVE-2025-55182 (React2Shell) in applications that use React Server Components / Next.js.


📌 About CVE-2025-55182

CVE-2025-55182, known as React2Shell, is a critical vulnerability affecting React Server Components (RSC).
It can allow remote code execution (RCE) if dangerous data is processed unsafely on the server side.

  • 🔥 Severity: Critical (CVSS 10.0)
  • 🎯 Impact: Code execution, server compromise
  • 🧩 Affected technologies: React / Next.js (RSC)

🎯 Project Objective

This project was created for the purposes of:

  • 📚 Study and learning
  • 🧪 Security research
  • 🛡️ Preventive detection
  • 🧑‍💻 Technical portfolio

⚙️ Features

✔️ Search for possible React/Next.js applications using dorks
✔️ Enumeration of endpoints related to Server Components
✔️ Sending non-destructive payload to detect anomalous behavior
✔️ Identification of possible vulnerability indicators
✔️ Generation of target lists and reports in and files

.txt
.json

🧠 How Detection Works

The tool sends controlled requests to common endpoints of React Server Components applications and analyzes:

  • Unexpected error messages
  • References to internal objects (process, Module, etc.)
  • Responses incompatible with secure applications

⚠️ No actual exploitation is needed to identify risk.


🚀 How to Use

1️⃣ Install dependencies

root@kitploit:~
pip install requests beautifulsoup4

python scanner.py

📂 Project Structure

Download Tool