Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
reactguard — ReactGuard provides framework- and vulnerability-detection tooling for CVE-2025-55182 (React2Shell) | Kitploit
Ferramentas/GitHubGitHub/theori-io/reactguard
Static AnalysisVulnerability ScannersCode AnalysisWeb Application ExploitationWeb SecurityPenetration Testing
GitHubtheori-io/reactguard

reactguard

ReactGuard provides framework- and vulnerability-detection tooling for CVE-2025-55182 (React2Shell)

Ver Repositório
184há 8 mesesAinda não revisado

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar
Site

ReactGuard

Scanner React2Shell alimentado por Xint.

O ReactGuard fornece ferramentas de detecção de framework e vulnerabilidade para CVE-2025-55182 (React2Shell) em frameworks que suportam React Server Components. Também inclui detectores para CVE-2025-55183, CVE-2025-55184 e CVE-2025-67779.

Status de suporte

  • Next.js 14-16 e Waku 0.17-0.27: cobertura primária e validada.
  • Ações de servidor Expo, ações de servidor React Router e RSC genérico: disponível, mas experimental.

Instalação

root@kitploit:~
pip install git+https://github.com/theori-io/reactguard.git

CLI

root@kitploit:~
reactguard http://host:port/              # Framework + vulnerability detection in one step

# Options
--json                    # emit machine-readable JSON
--ignore-ssl-errors       # skip TLS verification

API Python

root@kitploit:~
from reactguard import ReactGuard

with ReactGuard() as rg:
    scan = rg.scan("https://xint.io/")
    print(scan)
Baixar ferramenta