30 lines
554 B
YAML
30 lines
554 B
YAML
id: symfony-properties-ini
|
|
|
|
info:
|
|
name: Symfony properties.ini File Disclosure
|
|
author: DhiyaneshDK
|
|
severity: low
|
|
metadata:
|
|
verified: true
|
|
google-dork: intitle:"index of" "properties.ini"
|
|
tags: symfony,exposure
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/properties.ini'
|
|
- '{{BaseURL}}/config/properties.ini'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'name'
|
|
- 'author'
|
|
- 'orm'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|