nuclei-templates/misconfiguration/laravel-debug-error.yaml

22 lines
358 B
YAML

id: laravel-debug-error
info:
name: Larvel Debug Method Enabled
author: dhiyaneshDK
severity: medium
tags: debug,laravel
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- Whoops! There was an error
- type: status
status:
- 500