nuclei-templates/exposures/logs/pyramid-debug-toolbar.yaml

26 lines
628 B
YAML
Raw Normal View History

2021-05-07 16:39:56 +00:00
id: pyramid-debug-toolbar
info:
name: Pyramid Debug Toolbar
author: geeknik
description: Pyramid Debug Toolbar provides a debug toolbar useful while you are developing your Pyramid application.
reference: https://github.com/Pylons/pyramid_debugtoolbar
severity: medium
2021-05-07 20:11:36 +00:00
tags: pyramid,logs,exposure
2021-05-07 16:39:56 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/_debug_toolbar/"
matchers-condition: and
matchers:
- type: word
words:
- "<title>Pyramid Debug Toolbar</title>"
- "Pyramid DebugToolbar</a>"
2021-05-07 20:11:36 +00:00
condition: and
2021-05-07 16:39:56 +00:00
- type: status
status:
- 200