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-CVE-2025-55182 — Educational / research tool related to React / Next.js vulnerability CVE‑2025‑55182 (“React2Shell”). | Kitploit
Tools/GitHubGitHub/mrmtwoj/react2shell-cve-2025-55182
Vulnerability AnalysisExploitationWeb SecurityPapers & ResearchLearning & Education
GitHubmrmtwoj/react2shell-cve-2025-55182

React2Shell-CVE-2025-55182

Educational / research tool related to React / Next.js vulnerability CVE‑2025‑55182 (“React2Shell”).

View Repository
Website
119 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
root@kitploit:~
$$\      $$\ $$$$$$$\      $$\      $$\ $$$$$$$$\ $$\      $$\  $$$$$$\     $$$$$\ 
$$$\    $$$ |$$  __$$\     $$$\    $$$ |\__$$  __|$$ | $\  $$ |$$  __$$\    \__$$ |
$$$$\  $$$$ |$$ |  $$ |    $$$$\  $$$$ |   $$ |   $$ |$$$\ $$ |$$ /  $$ |      $$ |
$$\$$\$$ $$ |$$$$$$$  |    $$\$$\$$ $$ |   $$ |   $$ $$ $$\$$ |$$ |  $$ |      $$ |
$$ \$$$  $$ |$$  __$$<     $$ \$$$  $$ |   $$ |   $$$$  _$$$$ |$$ |  $$ |$$\   $$ |
$$ |\$  /$$ |$$ |  $$ |    $$ |\$  /$$ |   $$ |   $$$  / \$$$ |$$ |  $$ |$$ |  $$ |
$$ | \_/ $$ |$$ |  $$ |$$\ $$ | \_/ $$ |   $$ |   $$  /   \$$ | $$$$$$  |\$$$$$$  |
\__|     \__|\__|  \__|\__|\__|     \__|   \__|   \__/     \__| \______/  \______/ 

📌 Overview

Safe IP Structure Checker is an educational and non‑intrusive tool designed to:

  • Parse and validate IP addresses
  • Support wildcard patterns (*)
  • Expand CIDR ranges (/24, /16, etc.)
  • Normalize targets into full URLs
  • Simulate proxy configuration
  • Demonstrate how data flows inside a scanner framework
  • Provide information about CVE‑2025‑55182 for academic and research purposes
  • ⚠️ This tool does NOT perform scanning, exploitation, payload delivery, or network intrusion.
    It is strictly for academic demonstrations, isolated lab research, network analysis, and teaching security concepts.


    ⭐ Features

    FeatureDescription
    -ipAccepts a single IP / wildcard / CIDR
    -ipsLoad IPs from a file
    -portAttach a port to the generated URL
    -proxySimulated proxy routing display
    -aboutShow educational information about CVE‑2025‑55182
    Wildcard expansione.g., 192.168.1.*
    CIDR expansione.g., 192.168.0.0/24
    Hard safety limitsMax 65,536 expanded hosts
    Non‑exploit toolNo network requests or execution

    🔧 Installation

    root@kitploit:~
    git clone https://github.com/github/React2Shell-CVE-2025-55182
    cd React2Shell-CVE-2025-55182
    

    🚀 Usage Examples

    1. Single IP
    root@kitploit:~
    python3 React2Shell-CVE-2025-55182.py -ip 192.168.1.10
    
    1. Wildcard
    root@kitploit:~
    python3 React2Shell-CVE-2025-55182.py -ip 192.168.1.*
    
    1. CIDR Range
    root@kitploit:~
    python3 React2Shell-CVE-2025-55182.py -ip 10.0.0.0/24
    
    1. Add Port
    root@kitploit:~
    python3 React2Shell-CVE-2025-55182.py -ip 10.0.0.15 -port 8080
    
    1. Use Proxy (simulation only)
    root@kitploit:~
    python3 React2Shell-CVE-2025-55182.py -ip 192.168.0.5 -proxy http://127.0.0.1:8080
    
    1. Load IPs from File
    root@kitploit:~
    python3 React2Shell-CVE-2025-55182.py -ips targets.txt
    
    1. About / Educational Info
    root@kitploit:~
    python3 React2Shell-CVE-2025-55182.py -about
    

    📁 Example targets.txt

    root@kitploit:~
    192.168.1.10
    192.168.1.*
    10.0.0.0/30
    8.8.8.8
    

    📤 Sample Output

    root@kitploit:~
    [INFO] Processing Target URL: http://192.168.1.10:8080
    [✓] Target processed: http://192.168.1.10:8080
    
    root@kitploit:~
    python3 React2Shell-CVE-2025-55182.py -h
    
    Download Tool