Create symfony-properties-ini.yaml

patch-1
Dhiyaneshwaran 2022-07-09 02:27:20 +01:00 committed by GitHub
parent 3932a960ca
commit 6348d3e4b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
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