Pyramid Debug Toolbar
ID: pyramid-debug-toolbar
Severity: medium
Author: geeknik
Tags: pyramid,logs,exposure
Description
Section titled “Description”Pyramid Debug Toolbar provides a debug toolbar useful while you are developing your Pyramid application.
YAML Source
Section titled “YAML Source”id: pyramid-debug-toolbar
info: name: Pyramid Debug Toolbar author: geeknik severity: medium description: Pyramid Debug Toolbar provides a debug toolbar useful while you are developing your Pyramid application. reference: - https://github.com/Pylons/pyramid_debugtoolbar metadata: max-request: 1 tags: pyramid,logs,exposure
http: - 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# digest: 4a0a004730450220303b7c1908d1c6cf245e70b5f7ca4542a17ea2aaed927a73953df6e054a94158022100dc356dbe12afe197ab8f87207264efd16af6898267df11af55655918da6cb3c1:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposures/logs/pyramid-debug-toolbar.yaml"