2022-08-10 01:31:37 +00:00
|
|
|
id: codeception-config
|
|
|
|
|
|
|
|
info:
|
2023-02-08 19:35:13 +00:00
|
|
|
name: Codeception YAML Configuration File - Detect
|
2022-08-10 01:31:37 +00:00
|
|
|
author: DhiyaneshDk
|
2023-02-13 15:25:36 +00:00
|
|
|
severity: info
|
2023-02-08 19:35:13 +00:00
|
|
|
description: Codeception YAML configuration file was detected.
|
2023-02-13 15:25:36 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2022-08-10 01:31:37 +00:00
|
|
|
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:"
|
2022-08-10 05:22:30 +00:00
|
|
|
condition: and
|
2022-08-10 01:31:37 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-02-08 19:35:13 +00:00
|
|
|
|
2023-02-13 15:25:36 +00:00
|
|
|
# Enhanced by cs on 2023/02/13
|