nuclei-templates/technologies/werkzeug-debugger-detect.yaml

17 lines
281 B
YAML
Raw Normal View History

2020-05-20 12:57:45 +00:00
id: werkzeug-debugger-detect
info:
name: Werkzeug debugger console
2021-06-09 12:20:56 +00:00
author: pdteam
2020-08-03 21:52:00 +00:00
severity: info
2020-05-20 12:57:45 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/console"
matchers:
- type: word
words:
2020-05-25 08:24:39 +00:00
- "<h1>Interactive Console</h1>"
2020-05-20 12:57:45 +00:00
part: body