nuclei-templates/files/laravel-env.yaml

20 lines
304 B
YAML
Raw Normal View History

2020-05-24 02:44:48 +00:00
id: laravel-env
2020-05-23 18:09:25 +00:00
info:
name: Laravel .env file
author: pxmme1337
2020-05-24 03:04:00 +00:00
severity: medium
2020-05-23 18:09:25 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/.env"
2020-05-24 02:44:48 +00:00
matchers-condition: and
2020-05-23 18:09:25 +00:00
matchers:
- type: word
words:
- "APP_NAME"
2020-05-24 02:44:48 +00:00
- type: status
status:
- 200