nuclei-templates/misconfiguration/larvel-debug.yaml

21 lines
335 B
YAML

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