Skip to content
KitploitKITPLOIT
ToolsBlog
Einreichen
ToolsBlog
Einreichen

Hacking-, PenTest- und Cybersicherheits-Tools für Ihr Sicherheitsarsenal!

Kitploit ist ein Verzeichnis von Hacking-, Cybersicherheits- und Pentesting-Tools. Entdecken Sie die neuesten Projekt-Updates, um Schwachstellen zu finden, Systeme zu analysieren, Tests zu automatisieren und Ihre Sicherheit zu stärken.

··Feeds·Kontakt·Datenschutz·© 2026 Kitploit

Tool-Verzeichnis

Kategorien

Alle Kategorien anzeigen
Loading categories
next88 — Hochleistungsfähige Go-Implementierung zur Erkennung von RCE-Schwachstellen in React Server Components (CVE-2025-55182 & CVE-2025-66478). | Kitploit
Tools/GitHubGitHub/h0tak88r/next88
SchwachstellenscannerExploitationWebanwendungs-ExploitationWAF-UmgehungPenetrationstestsRed Teaming
GitHubh0tak88r/next88

next88

Hochleistungsfähige Go-Implementierung zur Erkennung von RCE-Schwachstellen in React Server Components (CVE-2025-55182 & CVE-2025-66478).

Repository anzeigen
1vor 8 MonatenNoch nicht geprüft

Beliebteste

Alle anzeigen →

Entdecken Sie die meistgenutzten Tools unserer Community.

Alle Tools erkunden

Durchsuchen Sie unsere Tool-Sammlung

Alle Tools anzeigen →
Teilen

next88 - React Server Components RCE-Scanner

Hochleistungs-Go-Implementierung zur Erkennung von React Server Components RCE-Schwachstellen (CVE-2025-55182 & CVE-2025-66478).

Features

  • 🚀 Hohe Leistung: Kompilierte Go-Binärdatei mit auf Goroutinen basierender Nebenläufigkeit
  • 🔍 Mehrere Erkennungsmethoden:
    • Sichere Seitenkanalerkennung
    • RCE-PoC-Prüfungen
    • WAF-Bypass-Techniken (Junk-Daten, Doppelkodierung, Semikolon-Bypass)
    • Vercel-spezifischer WAF-Bypass
    • Erkennung von Quellcode-Offenlegung durch ACTION_ID-Extraktion
  • 🎯 Flexibles Scannen: Einzelner Host, Hostliste oder benutzerdefinierte Pfade
  • 📊 JSON-Ausgabe: Strukturierte Ergebnisse für die Integration
  • 🎨 Farbige Ausgabe: Terminalfreundliche farbige Ausgabe

Installation

Aus dem Quellcode

root@kitploit:~
go install github.com/h0tak88r/next88@latest

Lokal bauen

root@kitploit:~
git clone https://github.com/h0tak88r/next88.git
cd next88
go build -o next88 .

Verwendung

Grundlegende Verwendung

root@kitploit:~
# Scan single host
next88 -u https://example.com

# Scan from file
next88 -l hosts.txt

# With custom threads
next88 -l hosts.txt -t 50

Erweiterte Optionen

root@kitploit:~
# Safe check (side-channel detection)
next88 -u https://example.com -safe-check

# WAF bypass with custom size
next88 -u https://example.com -waf-bypass -waf-bypass-size 256

# Vercel WAF bypass
next88 -u https://example.com -vercel-waf-bypass

# Double URL encoding bypass
next88 -u https://example.com -double-encode

# Semicolon bypass
next88 -u https://example.com -semicolon-bypass

# Source code exposure check
next88 -u https://example.com -check-source-exposure

# DoS test (send multiple requests)
next88 -u https://example.com --dos-test --dos-requests 200

# Custom paths
next88 -u https://example.com -path /_next -path /api

# Path file
next88 -u https://example.com -path-file paths.txt

# Windows payload
next88 -u https://example.com -windows

# Output to JSON
next88 -l hosts.txt -o results.json -all-results

# With Discord webhook notifications (real-time alerts)
next88 -l hosts.txt --discord-webhook https://discord.com/api/webhooks/...

Optionen

root@kitploit:~
  -u, --url <url>              Single URL/host to check
  -l, --list <file>            File containing list of hosts (one per line)
  -t, --threads <num>          Number of concurrent threads (default: 10)
  --timeout <seconds>          Request timeout in seconds (default: 10)
  -o, --output <file>          Output file for results (JSON format)
  --all-results                Save all results to output file, not just vulnerable hosts
  -k, --insecure               Disable SSL certificate verification (default: true)
  -v, --verbose                Verbose output (show response snippets for all hosts)
  -q, --quiet                  Quiet mode (only show vulnerable hosts)
  --no-color                   Disable colored output
  --safe-check                 Use safe side-channel detection instead of RCE PoC
  --windows                    Use Windows PowerShell payload instead of Unix shell
  --waf-bypass                 Add junk data to bypass WAF content inspection (default: 128KB)
  --waf-bypass-size <KB>       Size of junk data in KB for WAF bypass (default: 128)
  --vercel-waf-bypass          Use Vercel WAF bypass payload variant
  --path <path>                Custom path to test (can be used multiple times)
  --path-file <file>            File containing list of paths to test (one per line)
  --check-source-exposure      Check for source code exposure via ACTION_ID extraction from HTML
  --double-encode              Apply double URL encoding to bypass WAFs
  --semicolon-bypass           Add semicolons in strategic places to bypass WAFs
  --discord-webhook <url>      Discord webhook URL for real-time vulnerability notifications
  --dos-test                   Test for Denial of Service by sending multiple requests
  --dos-requests <num>         Number of requests to send for DoS test (default: 100)

Ausgabeformat

Struktur der JSON-Ausgabe:

root@kitploit:~
{
  "scan_time": "2025-12-13T03:35:53Z",
  "total_results": 1,
  "results": [
    {
      "host": "https://example.com",
      "vulnerable": true,
      "status_code": 303,
      "final_url": "https://example.com/",
      "tested_url": "https://example.com/",
      "timestamp": "2025-12-13T03:35:51Z"
    }
  ]
}

Integration mit AutoAR

Dieses Tool ist in das AutoAR-Projekt integriert und kann wie folgt verwendet werden:

root@kitploit:~
# Via AutoAR main script
./main.sh react2shell_scan run -d example.com

# Via Discord bot
/react2shell_scan domain:example.com

Docker

Das Tool wird automatisch im AutoAR-Docker-Image erstellt und installiert:

root@kitploit:~
RUN go install github.com/h0tak88r/next88@latest

Leistung

  • Paralleles Scannen: Nutzt Goroutinen für das parallele Scannen von Hosts
  • Optimierter HTTP-Client: Effizientes Verbindungspooling und Timeouts
  • Geringer Speicherverbrauch: Kompilierte Binärdatei mit minimalen Abhängigkeiten
  • Schnelle Ausführung: In der Regel 5-10x schneller als die Python-Implementierung

Danksagungen

Basierend auf Forschungsergebnissen des Assetnote Security Research Teams.

Lizenz

Details finden Sie in der LICENSE-Datei.

Tool herunterladen