Skip to content

Commit

Permalink
Merge pull request #8623 from projectdiscovery/phinx-config
Browse files Browse the repository at this point in the history
Create phinx-config.yaml
  • Loading branch information
pussycat0x committed Nov 14, 2023
2 parents 0178649 + 69c470c commit 7ef040d
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions http/exposures/configs/phinx-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
id: phinx-config

info:
name: Phinx Configuration Exposure
author: DhiyaneshDk
severity: medium
reference:
- https://book.cakephp.org/phinx/0/en/configuration.html
- https://github.com/cakephp/phinx
- https://www.tenable.com/plugins/was/113433
- https://phinx.org/
metadata:
verified: true
max-request: 1
shodan-query: html:"phinx.yml"
tags: devops,exposure,files

http:
- method: GET
path:
- "{{BaseURL}}/phinx.yml"

matchers-condition: and
matchers:
- type: word
part: body
words:
- 'paths:'
- 'environments:'
- 'development:'
condition: and

- type: status
status:
- 200

0 comments on commit 7ef040d

Please sign in to comment.