Create cakephp-config.yaml

patch-1
Dhiyaneshwaran 2022-10-18 11:05:35 +05:30 committed by GitHub
parent 5bd77cfb03
commit dfc168c02f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: cakephp-config
info:
name: Cakephp Configuration File Disclosure
author: DhiyaneshDk
severity: medium
reference:
- https://book.cakephp.org/phinx/0/en/configuration.html
metadata:
verified: true
shodan-query: html:"phinx.yml"
tags: files,exposure,config
requests:
- method: GET
path:
- "{{BaseURL}}/phinx.yml"
- "{{BaseURL}}/phinx.yaml"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "host:"
- "name:"
- "pass:"
condition: and
- type: status
status:
- 200