24 lines
519 B
YAML
24 lines
519 B
YAML
id: laravel-env
|
|
|
|
info:
|
|
name: Laravel .env file
|
|
author: pxmme1337 & dwisiswant0 & geeknik
|
|
severity: medium
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/.env"
|
|
- "{{BaseURL}}/.env.dev.local"
|
|
- "{{BaseURL}}/.env.development.local"
|
|
- "{{BaseURL}}/.env.prod.local"
|
|
- "{{BaseURL}}/.env.production.local"
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- "(?m)^APP_(NAME|ENV|KEY|DEBUG|URL)="
|
|
- type: status
|
|
status:
|
|
- 200
|