diff --git a/files/laravel-env.yaml b/files/laravel-env.yaml index 8270f0eee0..b8c3b57440 100644 --- a/files/laravel-env.yaml +++ b/files/laravel-env.yaml @@ -2,7 +2,7 @@ id: laravel-env info: name: Laravel .env file - author: pxmme1337 + author: pxmme1337 & dwisiswant0 severity: medium requests: @@ -11,9 +11,9 @@ requests: - "{{BaseURL}}/.env" matchers-condition: and matchers: - - type: word - words: - - "APP_NAME" + - type: regex + regex: + - "(?m)^APP_(NAME|ENV|KEY|DEBUG|URL)=" - type: status status: - 200