mirror of
https://github.com/SleepingBag945/dddd.git
synced 2025-06-08 14:06:33 +00:00
30 lines
602 B
YAML
30 lines
602 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.
|
||
|
tags: debug,laravel,misconfig
|
||
|
metadata:
|
||
|
max-request: 1
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/_ignition/health-check"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- can_execute_commands
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|