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

22 lines
467 B
YAML
Raw Normal View History

id: laravel-debug-enabled
info:
name: Laravel Debug Enabled
author: notsoevilweasel
2021-04-06 08:50:26 +00:00
description: Laravel with APP_DEBUG set to true prone to showing verbose errors.
severity: medium
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
words:
- can_execute_commands
- type: status
status:
2021-04-18 15:41:40 +00:00
- 200