37 lines
968 B
YAML
37 lines
968 B
YAML
id: symfony-debug
|
|
|
|
info:
|
|
name: Symfony Debug Mode
|
|
author: organiccrap,pdteam
|
|
severity: high
|
|
description: A Symfony installations 'debug' interface is enabled, allowing the disclosure and possible execution of arbitrary code.
|
|
reference:
|
|
- https://github.com/synacktiv/eos
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.html:"symfony Profiler"
|
|
tags: symfony,debug,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: or
|
|
matchers:
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'x-debug-token-link:'
|
|
- '/_profiler/'
|
|
condition: and
|
|
case-insensitive: true
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'debug mode</a> is enabled.'
|
|
|
|
# digest: 490a00463044022040d773546085ac3cabfd075caa09192cfda48f06ff71481c269e0f849caa86a202207670e061a508ae29882b12f901fd89d61259d3a7928ec186581f2e74ead18a9a:922c64590222798bb761d5b6d8e72950
|