nuclei-templates/misconfiguration/laravel-debug-enabled.yaml

28 lines
575 B
YAML
Raw Normal View History

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.
2021-04-18 15:41:40 +00:00
tags: debug,laravel,misconfig
2021-04-06 08:50:26 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/_ignition/health-check"
matchers-condition: and
matchers:
2021-04-06 18:22:28 +00:00
- type: word
part: body
2021-04-06 18:22:28 +00:00
words:
- can_execute_commands
- type: status
status:
- 200