18 lines
354 B
YAML
18 lines
354 B
YAML
id: symfony-profiler
|
|
|
|
info:
|
|
name: Symfony Profiler
|
|
author: pd-team
|
|
severity: high
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/_profiler/empty/search/results?limit=10"
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<title>Symfony Profiler</title>"
|
|
- "symfony/profiler/"
|
|
condition: and
|
|
part: body |