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

29 lines
552 B
YAML
Raw Normal View History

id: symfony-database-config
info:
name: Symfony Database Configuration Exposure
author: pdteam,geeknik
severity: high
2021-08-07 02:18:02 +00:00
tags: config,exposure,symfony
requests:
- method: GET
path:
- "{{BaseURL}}/config/databases.yml"
matchers-condition: and
matchers:
- type: word
part: header
words:
- "text/html"
negative: true
- type: status
status:
- 200
- type: word
words:
- "class:"
- "param:"
condition: and
part: body