nuclei-templates/exposures/logs/laravel-log-file.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