nuclei-templates/http/exposures/files/symfony-security.yaml

32 lines
641 B
YAML
Raw Normal View History

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:
max-request: 3
2022-07-05 03:29:59 +00:00
verified: true
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
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