Add files via upload

patch-1
Alfie Njeru 2021-04-10 00:20:35 +03:00 committed by GitHub
parent e5824a72f6
commit 19914dd2cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: codeigniter-env
info:
name: Codeigniter .env file
author: emenalf
severity: high
requests:
- method: GET
path:
- "{{BaseURL}}/.env"
- "{{BaseURL}}/.env.dev.local"
- "{{BaseURL}}/.env.development.local"
- "{{BaseURL}}/.env.prod.local"
- "{{BaseURL}}/.env.production.local"
- "{{BaseURL}}/.env.local"
- "{{BaseURL}}/.env.example"
- "{{BaseURL}}/.env.stage"
- "{{BaseURL}}/.env.live"
- "{{BaseURL}}/.env_1"
- "{{BaseURL}}/.env.old"
- "{{BaseURL}}/.env_sample"
matchers-condition: and
matchers:
- type: regex
regex:
- "(NAME|ENV|KEY|DEBUG|URL|PASSWORD)"
- type: status
status:
- 200