32 lines
797 B
YAML
32 lines
797 B
YAML
id: laravel-debug-enabled
|
|
|
|
info:
|
|
name: Laravel Debug Enabled
|
|
author: notsoevilweasel
|
|
severity: medium
|
|
description: |
|
|
Laravel with APP_DEBUG set to true is prone to show verbose errors.
|
|
remediation: |
|
|
Disable Laravel's debug mode by setting APP_DEBUG to false.
|
|
metadata:
|
|
max-request: 1
|
|
tags: debug,laravel,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/_ignition/health-check"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- can_execute_commands
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022021f5d4e0139f8896fd4f330b08e129cdf385a67aab51ba5516fafd4b4ff0335a022100d877024cf9f3def775870120ada78e34b730ef7acdf0c6b30f58fff4f9ec6549:922c64590222798bb761d5b6d8e72950
|