2022-08-15 09:21:29 +00:00
|
|
|
id: behat-config
|
|
|
|
|
|
|
|
info:
|
2023-02-08 18:23:14 +00:00
|
|
|
name: Behat Configuration File - Detect
|
2022-08-15 09:21:29 +00:00
|
|
|
author: DhiyaneshDK
|
2023-02-16 08:07:11 +00:00
|
|
|
severity: medium
|
2023-02-08 18:23:14 +00:00
|
|
|
description: Behat configuration file was detected.
|
2023-02-16 08:07:11 +00:00
|
|
|
reference:
|
|
|
|
- https://docs.behat.org/en/v2.5/guides/7.config.html
|
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
|
|
|
cvss-score: 5.3
|
|
|
|
cwe-id: CWE-200
|
2022-08-15 09:21:29 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
shodan-query: html:"behat.yml"
|
|
|
|
tags: exposure,behat,devops,cicd
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/behat.yml"
|
|
|
|
- "{{BaseURL}}/behat.yml.dist"
|
|
|
|
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
2022-08-17 00:57:41 +00:00
|
|
|
part: body
|
2022-08-15 09:21:29 +00:00
|
|
|
words:
|
|
|
|
- 'default:'
|
|
|
|
- 'paths:'
|
2022-08-17 00:57:41 +00:00
|
|
|
- 'suites:'
|
2022-08-15 09:21:29 +00:00
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-02-08 18:23:14 +00:00
|
|
|
|
2023-02-13 15:19:55 +00:00
|
|
|
# Enhanced by cs on 2023/02/13
|