commit
58df42148f
|
@ -2,13 +2,17 @@ id: laravel-env
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Laravel .env file
|
name: Laravel .env file
|
||||||
author: pxmme1337 & dwisiswant0
|
author: pxmme1337 & dwisiswant0 & geeknik
|
||||||
severity: medium
|
severity: medium
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/.env"
|
- "{{BaseURL}}/.env"
|
||||||
|
- "{{BaseURL}}/.env.dev.local"
|
||||||
|
- "{{BaseURL}}/.env.development.local"
|
||||||
|
- "{{BaseURL}}/.env.prod.local"
|
||||||
|
- "{{BaseURL}}/.env.production.local"
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: regex
|
- type: regex
|
||||||
|
|
Loading…
Reference in New Issue