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
CVE-2025-55182-advanced-scanner- | Kitploit
Tools/GitHubGitHub/zack0x01/cve-2025-55182-advanced-scanner-
ReconnaissanceVulnerability ScannersExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubzack0x01/cve-2025-55182-advanced-scanner-

CVE-2025-55182-advanced-scanner-

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
280488 months agoReviewed by Kitploit

CVE-2025-55182 Scanner

Simple command-line tool for detecting and exploiting CVE-2025-55182 (React Server Components RCE) in Next.js applications. scanner

Installation

root@kitploit:~
chmod +x scanner.sh

Usage

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"

Options

  • -d, --domain - Target domain/URL (required)
  • -c, --command - Command to execute (default: id)

Examples

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"

Requirements

  • Bash
  • curl
  • openssl

Disclaimer

This tool is for educational and authorized security testing purposes only. Do not use against systems you don't own or have permission to test.

References

  • CVE-2025-55182
  • React Security Advisory
Download Tool