nuclei-templates/exposures/configs/rails-database-config.yaml

26 lines
482 B
YAML
Raw Normal View History

id: rails-database-config
info:
name: Ruby-on-Rails Database Configuration Exposure
2021-06-09 12:20:56 +00:00
author: pdteam,geeknik
severity: low
2021-06-06 08:44:01 +00:00
tags: config,exposure,rails
requests:
- method: GET
path:
- "{{BaseURL}}/config/database.yml"
2021-06-06 12:14:27 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "adapter:"
- "database:"
2021-06-06 08:44:01 +00:00
- "production:"
condition: and
part: body
2021-06-06 08:44:01 +00:00
- type: status
status:
- 200