23 lines
468 B
YAML
23 lines
468 B
YAML
id: laravel-debug-enabled
|
|
info:
|
|
name: Laravel Debug Enabled
|
|
author: notsoevilweasel
|
|
description: Laravel with APP_DEBUG set to true is prone to show verbose errors.
|
|
severity: medium
|
|
tags: debug,laravel,misconfig
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/_ignition/health-check"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- can_execute_commands
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|