diff --git a/files/laravel-env.yaml b/files/laravel-env.yaml index b8c3b57440..81bc19c21c 100644 --- a/files/laravel-env.yaml +++ b/files/laravel-env.yaml @@ -2,13 +2,17 @@ id: laravel-env info: name: Laravel .env file - author: pxmme1337 & dwisiswant0 + 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