nuclei-templates/http/exposures/files/redmine-settings.yaml

34 lines
723 B
YAML
Raw Normal View History

2022-07-04 20:37:18 +00:00
id: redmine-settings
info:
name: Redmine settings.yml File Disclosure
author: DhiyaneshDK
2022-07-05 03:58:43 +00:00
severity: info
2022-07-04 20:37:18 +00:00
reference: https://www.exploit-db.com/ghdb/5796
metadata:
max-request: 3
2022-07-05 04:24:21 +00:00
verified: true
google-query: intitle:"index of" "settings.yml"
tags: misconfig,redmine,devops,files,exposure
2022-07-04 20:37:18 +00:00
http:
2022-07-04 20:37:18 +00:00
- 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:'
2022-07-05 03:58:43 +00:00
- 'Redmine'
condition: and
2022-07-04 20:37:18 +00:00
- type: status
status:
- 200