nuclei-templates/exposures/configs/symfony-profiler.yaml

19 lines
377 B
YAML
Raw Normal View History

id: symfony-profiler
info:
name: Symfony Profiler
2021-04-06 06:46:11 +00:00
author: pdteam
severity: high
2021-04-06 06:46:11 +00:00
tags: config,exposure
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