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

24 lines
499 B
YAML

id: symfony-profiler
info:
name: Symfony Profiler
author: pdteam
severity: high
metadata:
verified: true
shodan-query: http.html:"symfony Profiler"
tags: config,exposure,symfony
requests:
- method: GET
path:
- "{{BaseURL}}/_profiler/empty/search/results?limit=10"
- "{{BaseURL}}/app_dev.php/_profiler/empty/search/results?limit=10"
stop-at-first-match: true
matchers:
- type: word
part: body
words:
- "Symfony Profiler"