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

24 lines
385 B
YAML

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