nuclei-templates/http/exposures/configs/codeception-config.yaml

33 lines
646 B
YAML
Raw Normal View History

2022-08-10 01:31:37 +00:00
id: codeception-config
info:
name: Codeception YAML Configuration File - Detect
2022-08-10 01:31:37 +00:00
author: DhiyaneshDk
2023-02-16 06:12:20 +00:00
severity: low
description: Codeception YAML configuration file was detected.
2022-08-10 01:31:37 +00:00
metadata:
max-request: 1
2022-08-10 01:31:37 +00:00
verified: true
shodan-query: html:"codeception.yml"
tags: exposure,devops,codeception,config,cicd
http:
2022-08-10 01:31:37 +00:00
- 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
# Enhanced by cs on 2023/02/13