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
|
|
|
|
severity: low
|
2023-02-08 18:23:14 +00:00
|
|
|
description: Behat configuration file was detected.
|
2022-08-15 09:21:29 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
shodan-query: html:"behat.yml"
|
2023-02-13 14:41:20 +00:00
|
|
|
reference:
|
2023-02-08 18:23:14 +00:00
|
|
|
- https://docs.behat.org/en/v2.5/guides/7.config.html
|
2022-08-15 09:21:29 +00:00
|
|
|
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
|
|
|
|
|
|
|
# Enhanced by md on 2023/02/08
|