Bottle debug mode enabled
ID: bottle-debug
Severity: info
Author: viondexd
Tags: bottle,exposure,debug,misconfig
Description
Section titled “Description”YAML Source
Section titled “YAML Source”id: bottle-debug
info: name: Bottle debug mode enabled author: viondexd severity: info reference: - https://bottlepy.org/docs/dev/tutorial.html#debug-mode classification: cpe: cpe:2.3:a:bottlepy:bottle:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: bottlepy product: bottle shodan-query: html:"Sorry, the requested URL" tags: bottle,exposure,debug,misconfig
http: - method: GET path: - "{{BaseURL}}"
matchers-condition: and matchers: - type: word part: body words: - "Sorry, the requested URL " - " caused an error:" condition: and
- type: word part: body words: - "<tt>'{{BaseURL}}'</tt>" - "<tt>'{{BaseURL}}/'</tt>" condition: or# digest: 490a0046304402201cb38c82fbe7f1178fdda4e9c5471d80c0d598396cc3b2183ea7516b6e5f9fbe0220779c803f4b81ef915efcdfc3e4f5d39b0bb345350fad0d0b57693828042a6360: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/misconfiguration/debug/bottle-debug.yaml"