Update symfony-profiler.yaml
parent
9b21d1bd93
commit
8d56174e2a
|
@ -4,6 +4,9 @@ info:
|
|||
name: Symfony Profiler
|
||||
author: pdteam
|
||||
severity: high
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.html:"symfony Profiler"
|
||||
tags: config,exposure,symfony
|
||||
|
||||
requests:
|
||||
|
@ -12,8 +15,9 @@ requests:
|
|||
- "{{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"
|
||||
- "Symfony Profiler"
|
||||
|
|
Loading…
Reference in New Issue