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

32 lines
766 B
YAML
Raw Normal View History

id: symfony-profiler
info:
name: Symfony Profiler - Detect
2021-04-06 06:46:11 +00:00
author: pdteam
severity: high
description: Symfony profiler was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cwe-id: CWE-200
2022-08-03 11:16:12 +00:00
metadata:
verified: true
shodan-query: http.html:"symfony Profiler"
reference: https://symfony.com/doc/current/profiler.html
2021-08-07 02:19:05 +00:00
tags: config,exposure,symfony
requests:
- method: GET
path:
- "{{BaseURL}}/_profiler/empty/search/results?limit=10"
2022-08-03 11:01:52 +00:00
- "{{BaseURL}}/app_dev.php/_profiler/empty/search/results?limit=10"
2022-08-03 11:16:12 +00:00
stop-at-first-match: true
matchers:
- type: word
2021-08-07 02:19:05 +00:00
part: body
2022-08-03 11:01:52 +00:00
words:
2022-08-03 11:16:12 +00:00
- "Symfony Profiler"
# Enhanced by cs on 2023/03/02