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:
|
2022-07-05 03:29:59 +00:00
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 3
|
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
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2022-07-04 20:56:43 +00:00
|
|
|
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
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 490a0046304402206b983d3e4e1ef38d3b4cae7cb19f910b490bd9d810342b577fd73e30f95ce72802206402029e10542ce58e676260699f3ec277efb05242fa7682891cd42ab28e0d40:922c64590222798bb761d5b6d8e72950
|