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

18 lines
336 B
YAML
Raw Normal View History

id: rails-database-config
info:
name: Ruby-on-Rails Database Configuration Exposure
2021-01-10 14:15:36 +00:00
author: pd-team
severity: low
requests:
- method: GET
path:
- "{{BaseURL}}/config/database.yml"
matchers:
- type: word
words:
- "adapter:"
- "database:"
condition: and
part: body