Added bottle-debug

patch-1
No Name 2022-11-01 21:54:44 +05:00
parent 95a2b9296c
commit d7c1276554
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
id: bottle-debug
info:
name: Bottle debug mode enabled
author: viondexd
severity: low
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>&#039;{{BaseURL}}&#039;</tt>"
- "<tt>&#039;{{BaseURL}}/&#039;</tt>"
condition: or