nuclei-templates/http/misconfiguration/debug/bottle-debug.yaml

35 lines
725 B
YAML
Raw Normal View History

2022-11-01 16:54:44 +00:00
id: bottle-debug
info:
name: Bottle debug mode enabled
author: viondexd
2022-11-01 23:32:44 +00:00
severity: info
reference:
- https://bottlepy.org/docs/dev/tutorial.html#debug-mode
metadata:
max-request: 1
2022-11-01 23:32:44 +00:00
verified: true
shodan-query: html:"Sorry, the requested URL"
tags: bottle,exposure,debug,misconfig
2022-11-01 16:54:44 +00:00
http:
2022-11-01 16:54:44 +00:00
- 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>&#039;{{BaseURL}}&#039;</tt>"
- "<tt>&#039;{{BaseURL}}/&#039;</tt>"
2022-11-01 23:32:44 +00:00
condition: or