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
reactguard — ReactGuard provides framework- and vulnerability-detection tooling for CVE-2025-55182 (React2Shell) | Kitploit
Tools/GitHubGitHub/theori-io/reactguard
Static AnalysisVulnerability ScannersCode AnalysisWeb Application ExploitationWeb SecurityPenetration Testing
GitHubtheori-io/reactguard

reactguard

ReactGuard provides framework- and vulnerability-detection tooling for CVE-2025-55182 (React2Shell)

View Repository
1848 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
Website

ReactGuard

React2Shell scanner powered by Xint.

ReactGuard provides framework- and vulnerability-detection tooling for CVE-2025-55182 (React2Shell) across frameworks that support React Server Components. It also includes detectors for CVE-2025-55183, CVE-2025-55184, and CVE-2025-67779.

Support status

  • Next.js 14-16 and Waku 0.17-0.27: primary, validated coverage.
  • Expo server actions, React Router server actions, and generic RSC: available but experimental.

Install

root@kitploit:~
pip install git+https://github.com/theori-io/reactguard.git

CLI

root@kitploit:~
reactguard http://host:port/              # Framework + vulnerability detection in one step

# Options
--json                    # emit machine-readable JSON
--ignore-ssl-errors       # skip TLS verification

Python API

root@kitploit:~
from reactguard import ReactGuard

with ReactGuard() as rg:
    scan = rg.scan("https://xint.io/")
    print(scan)
Download Tool