26 lines
628 B
YAML
26 lines
628 B
YAML
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
|
|
tags: pyramid,logs,exposure
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/_debug_toolbar/"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<title>Pyramid Debug Toolbar</title>"
|
|
- "Pyramid DebugToolbar</a>"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|