24 lines
410 B
YAML
24 lines
410 B
YAML
id: laravel-log-file
|
|
|
|
info:
|
|
name: Laravel log file publicly accessible
|
|
author: sheikhrishad
|
|
severity: low
|
|
tags: laravel,logs
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/storage/logs/laravel.log"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "InvalidArgumentException"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|