2022-07-04 20:28:04 +00:00
|
|
|
id: redmine-config
|
|
|
|
info:
|
|
|
|
name: Redmine Configuration
|
|
|
|
author: DhiyaneshDK
|
|
|
|
severity: high
|
2022-07-05 03:55:35 +00:00
|
|
|
reference:
|
|
|
|
- https://www.exploit-db.com/ghdb/5803
|
2022-07-04 20:28:04 +00:00
|
|
|
metadata:
|
2022-07-05 03:55:35 +00:00
|
|
|
verified: true
|
2022-07-04 20:28:04 +00:00
|
|
|
google-dork: intitle:"index of" configuration.yml
|
2022-07-05 03:55:35 +00:00
|
|
|
tags: exposure,redmine,devops
|
2022-07-04 20:28:04 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/configuration.yml"
|
|
|
|
- "{{BaseURL}}/config/configuration.yml"
|
|
|
|
- "{{BaseURL}}/redmine/config/configuration.yml"
|
|
|
|
|
|
|
|
stop-at-first-match: true
|
2022-07-05 03:55:35 +00:00
|
|
|
|
2022-07-04 20:28:04 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
2022-07-05 03:55:35 +00:00
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "user_name"
|
|
|
|
- "password"
|
|
|
|
- "Redmine"
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
2022-07-04 20:28:04 +00:00
|
|
|
words:
|
2022-07-05 03:55:35 +00:00
|
|
|
- "application/json"
|
|
|
|
- "text/html"
|
|
|
|
negative: true
|
|
|
|
condition: and
|
2022-07-04 20:28:04 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|