mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-07 19:23:18 +08:00
* Seperate tech and exposed-panels * Update phpcollab-panel.yaml * Update wondercms-detect.yaml * Update xxljob-panel.yaml * Update yzmcms-panel.yaml * workflow fixes Co-authored-by: Prince Chaddha <prince@projectdiscovery.io> Co-authored-by: sandeep <sandeep@projectdiscovery.io>
19 lines
304 B
YAML
19 lines
304 B
YAML
id: werkzeug-debugger-detect
|
|
|
|
info:
|
|
name: Werkzeug debugger console
|
|
author: pdteam
|
|
severity: info
|
|
tags: tech,werkzeug
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/console"
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<h1>Interactive Console</h1>"
|
|
part: body
|