Merge pull request #5063 from projectdiscovery/codeception-config

Create codeception-config.yaml
patch-1
Prince Chaddha 2022-08-11 15:20:50 -07:00 committed by GitHub
commit 88d6dc3727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
id: codeception-config
info:
name: Codeception YAML Configuration File Exposure
author: DhiyaneshDk
severity: low
metadata:
verified: true
shodan-query: html:"codeception.yml"
tags: exposure,devops,codeception,config,cicd
requests:
- method: GET
path:
- "{{BaseURL}}/codeception.yml"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "paths:"
- "settings:"
condition: and
- type: status
status:
- 200