Merge pull request #5116 from projectdiscovery/phpsec-config

Create phpsec-config.yaml
patch-1
Prince Chaddha 2022-08-16 17:58:01 -07:00 committed by GitHub
commit 87d3b8f476
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: phpsec-config
info:
name: Phpspec Configuration File Exposure
author: DhiyaneshDK
severity: info
metadata:
verified: true
shodan-query: html:"phpspec.yml"
reference: https://phpspec.net/en/stable/cookbook/configuration.html
tags: exposure,phpsec,php,devops,cicd
requests:
- method: GET
path:
- "{{BaseURL}}/.phpspec.yml"
- "{{BaseURL}}/phpspec.yml"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- 'suites:'
- 'main:'
- 'namespace:'
condition: and
- type: status
status:
- 200