nuclei-templates/security-misconfiguration/larvel-debug.yaml

23 lines
389 B
YAML

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