2021-01-10 13:11:25 +00:00
|
|
|
id: rails-database-config
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Ruby-on-Rails Database Configuration Exposure
|
2021-06-05 12:50:49 +00:00
|
|
|
author: pdteam & geeknik
|
2021-01-10 13:11:25 +00:00
|
|
|
severity: low
|
2021-04-06 06:46:11 +00:00
|
|
|
tags: config,exposure
|
2021-01-10 13:11:25 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/config/database.yml"
|
2021-06-05 12:50:49 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
2021-01-10 13:11:25 +00:00
|
|
|
matchers:
|
2021-06-05 12:50:49 +00:00
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "application/octet-stream"
|
2021-01-10 13:11:25 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "adapter:"
|
|
|
|
- "database:"
|
|
|
|
condition: and
|
2021-06-05 12:50:49 +00:00
|
|
|
part: body
|