37 lines
920 B
YAML
37 lines
920 B
YAML
id: bottle-debug
|
|
|
|
info:
|
|
name: Bottle debug mode enabled
|
|
author: viondexd
|
|
severity: info
|
|
reference:
|
|
- https://bottlepy.org/docs/dev/tutorial.html#debug-mode
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
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: 4a0a00473045022012b6c62f22fdb55acfcc6273506038637071f337b450e4cc0f8950870e324624022100f75350502fd6d4b2c633ea8670b249e594b40748f5a1ca5df478d71059a6a64d:922c64590222798bb761d5b6d8e72950
|