nuclei-templates/exposures/files/redmine-config.yaml

43 lines
876 B
YAML

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