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
react2shell_detector — Heuristic security scanner for detecting React Server Components (RSC) vulnerabilities, including React2Shell-style behavior (CVE-2025-55182). Safe, non-exploitative, multi-target capable. | Kitploit
Tools/GitHubGitHub/aliabdollahiii/react2shell_detector
ReconnaissanceVulnerability ScannersWeb Application ExploitationInformation GatheringWeb SecurityPenetration Testing
GitHubaliabdollahiii/react2shell_detector

react2shell_detector

Heuristic security scanner for detecting React Server Components (RSC) vulnerabilities, including React2Shell-style behavior (CVE-2025-55182). Safe, non-exploitative, multi-target capable.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
9 months agoNot yet reviewed

React2Shell Detector

Heuristic Scanner for React Server Components (RSC) Vulnerabilities — including React2Shell-style behavior (CVE-2025-55182)

Python Security Tool License


Overview

react2shell_detector.py is a safe, non-invasive security scanner designed to detect systems potentially exposed to React Server Components (RSC) deserialization vulnerabilities — including the React2Shell class of issues affecting React 19 and certain Next.js server configurations.

This tool does not perform exploitation, and instead relies on a multi-signal heuristic engine:

  • RSC feature detection
  • Header & framework fingerprinting
  • Next.js version inference
  • RSC endpoint discovery
  • Digest/parser error behavior
  • Server-side RSC probing (safe mode)

It is suitable for:

  • Application Security teams
  • Penetration testers
  • Bug bounty hunters
  • CI/CD and SDLC security gates
  • Security research labs

Important Disclaimer

This scanner performs benign RSC probes only.
Use it only on systems you own or are explicitly authorized to test.

Unauthorized scanning may violate laws or organizational policies.


Features

  • Scan one URL or bulk targets from a .txt list
  • Multi-threaded scanning
  • JSON export for CI / dashboards
  • Detects:
    • RSC content-type exposure
    • Next.js & React version fingerprints
    • RSC endpoint behavior
    • Digest / parser anomalies
    • RSC-induced 5xx patterns
  • Confidence scoring (low → very_high)
  • Clean CLI interface
  • Designed for AppSec program integration


Installation

Clone the repository:

root@kitploit:~
git clone https://github.com/<yourname>/react2shell-detector.git
cd react2shell-detector

---

## Usage
python react2shell_detector.py -u https://example.com
or
python react2shell_detector.py -f targets.txt
or
python react2shell_detector.py -f targets.txt -t 20
Download Tool