30 lines
630 B
YAML
30 lines
630 B
YAML
|
id: redmine-settings
|
||
|
|
||
|
info:
|
||
|
name: Redmine settings.yml File Disclosure
|
||
|
author: DhiyaneshDK
|
||
|
severity: medium
|
||
|
reference: https://www.exploit-db.com/ghdb/5796
|
||
|
metadata:
|
||
|
google-dork: intitle:"index of" "settings.yml"
|
||
|
tags: misconfig,redmine,devops
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/settings.yml"
|
||
|
- "{{BaseURL}}/config/settings.yml"
|
||
|
- "{{BaseURL}}/redmine/config/settings.yml"
|
||
|
|
||
|
stop-at-first-match: true
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- 'format:'
|
||
|
- 'default:'
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|