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
Next.js-RCE-Scanner-BurpSuite-Extension- — 使用burp自动检测CVE-2025-55182 Next.js RCE 漏洞 | Kitploit
Tools/GitHubGitHub/cr4at0r/next.js-rce-scanner-burpsuite-extension-
Vulnerability ScannersPayload GenerationExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubcr4at0r/next.js-rce-scanner-burpsuite-extension-

Next.js-RCE-Scanner-BurpSuite-Extension-

使用burp自动检测CVE-2025-55182 Next.js RCE 漏洞

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
2618 months agoReviewed by Kitploit

CVE-2025-55182 Next.js RCE Burp Extension Plugin

Features

  • Passive Scanning: Automatically detect all Next.js sites passing through Burp

Memory Shell Injection (v2.2 New!)

Right-click on the target request, select Inject AntSword Memory Shell (AntSword), supports both GET and POST types of memory shells.

  • Connection URL: http://target/qaz
  • Connection Password: nb
  • Encoder: default (no specific encoder required)

After successful injection, you can directly use AntSword to connect to this address for management.

Vulnerability Detection Logic

  • Echo Method: Send echo [random] and check the response, fast, no outbound connection.
  • DNSLog Method: Use Burp Collaborator to send nslookup/curl/wget Payload, supports blind detection.
  • Dual Detection: Use both methods by default to ensure maximum detection rate.
  • Dual Detection: [New] Simultaneously perform Echo and DNSLog (Burp Collaborator) detection to ensure no false negatives
  • Automatic Exploitation: After discovering a vulnerability, automatically execute to obtain privilege and system information
  • Result List: Display all vulnerable sites in a table format alt text
  • Command Execution: Right-click on the table to execute custom commands on the target and inject memory shells alt text
  • Connect Memory Shell: AntSword connection alt text alt text

Installation

  1. Download nextjs-rce-scanner-2.2.0.jar
  2. Burp Suite → Extender → Extensions → Add
  3. Extension type: Java
  4. Select the JAR file

Usage

  1. After loading the extension, the "Next.js RCE" tab will appear
  2. Simply browse websites as normal
  3. The extension automatically detects Next.js sites and tests for vulnerabilities
  4. Sites with discovered vulnerabilities will be displayed in the table

Manual Testing

Right-click any request in Burp → "Test Next.js RCE Vulnerability"

Execute Command

  1. Right-click on a vulnerable site in the table
  2. Select "Execute Command..."
  3. Enter the command

Next.js RCE Scanner v2.2.0 (CVE-2025-55182)-BurpExtension

root@kitploit:~
cd CVE-2025-55182-BurpExtension
mvn clean package -DskipTests

JAR is generated at target/nextjs-rce-scanner-2.2.0.jar


Thanks to @Ruoji for providing suggestions on DNSLOG detection ideas and memory shell POC.

Download Tool