mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
33
misconfiguration/debug/bottle-debug.yaml
Normal file
33
misconfiguration/debug/bottle-debug.yaml
Normal file
@@ -0,0 +1,33 @@
|
||||
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
|
||||
shodan-query: html:"Sorry, the requested URL"
|
||||
tags: bottle,exposure,debug
|
||||
|
||||
requests:
|
||||
- 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
|
||||
Reference in New Issue
Block a user