nuclei-templates/exposures/files/symfony-properties-ini.yaml

32 lines
612 B
YAML
Raw Normal View History

2022-07-09 01:27:20 +00:00
id: symfony-properties-ini
info:
name: Symfony properties.ini File Disclosure
author: DhiyaneshDK
2022-07-12 14:39:17 +00:00
severity: info
2022-07-09 01:27:20 +00:00
metadata:
verified: true
google-query: intitle:"index of" "properties.ini"
2022-07-09 01:27:20 +00:00
tags: symfony,exposure
requests:
- method: GET
path:
- '{{BaseURL}}/properties.ini'
- '{{BaseURL}}/config/properties.ini'
2022-07-12 14:39:17 +00:00
stop-at-first-match: true
2022-07-09 01:27:20 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-07-12 14:39:17 +00:00
- 'name='
- 'author='
- 'orm='
condition: and
2022-07-09 01:27:20 +00:00
- type: status
status:
- 200