Update symfony-profiler.yaml
parent
9b21d1bd93
commit
8d56174e2a
|
@ -4,6 +4,9 @@ info:
|
||||||
name: Symfony Profiler
|
name: Symfony Profiler
|
||||||
author: pdteam
|
author: pdteam
|
||||||
severity: high
|
severity: high
|
||||||
|
metadata:
|
||||||
|
verified: true
|
||||||
|
shodan-query: http.html:"symfony Profiler"
|
||||||
tags: config,exposure,symfony
|
tags: config,exposure,symfony
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
|
@ -12,8 +15,9 @@ requests:
|
||||||
- "{{BaseURL}}/_profiler/empty/search/results?limit=10"
|
- "{{BaseURL}}/_profiler/empty/search/results?limit=10"
|
||||||
- "{{BaseURL}}/app_dev.php/_profiler/empty/search/results?limit=10"
|
- "{{BaseURL}}/app_dev.php/_profiler/empty/search/results?limit=10"
|
||||||
|
|
||||||
|
stop-at-first-match: true
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
part: body
|
part: body
|
||||||
words:
|
words:
|
||||||
- "Symfony Profiler"
|
- "Symfony Profiler"
|
||||||
|
|
Loading…
Reference in New Issue