2022-07-04 20:56:43 +00:00
|
|
|
id: symfony-security
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Symfony security.yml File Disclosure
|
|
|
|
author: DhiyaneshDK
|
2022-07-05 03:29:59 +00:00
|
|
|
severity: info
|
2022-07-04 20:56:43 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 3
|
2022-07-05 03:29:59 +00:00
|
|
|
verified: true
|
2022-09-08 22:39:14 +00:00
|
|
|
google-query: intitle:"index of" "security.yml"
|
2022-10-13 10:12:07 +00:00
|
|
|
tags: symfony,devops,exposure,files
|
2022-07-04 20:56:43 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-07-04 20:56:43 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/security.yml"
|
2022-07-04 20:58:52 +00:00
|
|
|
- "{{BaseURL}}/config/security.yml"
|
2022-07-04 20:56:43 +00:00
|
|
|
- "{{BaseURL}}/app/config/security.yml"
|
|
|
|
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- 'security:'
|
|
|
|
- 'providers:'
|
2022-07-05 03:29:59 +00:00
|
|
|
condition: and
|
2022-07-04 20:56:43 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|