Merge pull request #4988 from projectdiscovery/symfony

symfony template update
patch-1
Prince Chaddha 2022-08-03 19:08:53 +05:30 committed by GitHub
commit 2371dc2361
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 10 deletions

View File

@ -4,16 +4,20 @@ 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
words:
- "<title>Symfony Profiler</title>"
- "symfony/profiler/"
condition: and
part: body
words:
- "Symfony Profiler"

View File

@ -1,4 +1,4 @@
id: symfony-debugmode
id: symfony-debug
info:
name: Symfony Debug Mode
@ -7,6 +7,9 @@ info:
description: A Symfony installations 'debug' interface is enabled, allowing the disclosure and possible execution of arbitrary code.
reference:
- https://github.com/synacktiv/eos
metadata:
verified: true
shodan-query: http.html:"symfony Profiler"
tags: symfony,debug
requests:
@ -16,17 +19,17 @@ requests:
matchers-condition: or
matchers:
- type: word
words:
- 'X-Debug-Token-Link:'
- '/_profiler/'
part: header
words:
- 'x-debug-token-link:'
- '/_profiler/'
condition: and
case-insensitive: true
- type: word
part: body
words:
- 'debug mode</a> is enabled.'
part: body
# Enhanced by mp on 2022/04/12