commit
829ab3d5dd
|
@ -0,0 +1,24 @@
|
||||||
|
id: dedecms-openredirect
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: DedeCMS Open Redirect
|
||||||
|
author: pikpikcu
|
||||||
|
severity: low
|
||||||
|
reference: https://blog.csdn.net/ystyaoshengting/article/details/82734888
|
||||||
|
tags: dedecms,redirect
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/plus/download.php?open=1&link=aHR0cHM6Ly9ldmlsLmNvbQo="
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "Location: https://evil.com"
|
||||||
|
part: header
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 302
|
Loading…
Reference in New Issue