32 lines
627 B
YAML
32 lines
627 B
YAML
|
id: codeception-config
|
||
|
|
||
|
info:
|
||
|
name: Codeception YAML Configuration File - Detect
|
||
|
author: DhiyaneshDk
|
||
|
severity: low
|
||
|
description: Codeception YAML configuration file was detected.
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: html:"codeception.yml"
|
||
|
tags: exposure,devops,codeception,config,cicd
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/codeception.yml"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "paths:"
|
||
|
- "settings:"
|
||
|
condition: and
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
# Enhanced by cs on 2023/02/13
|