nuclei-templates/exposures/configs/behat-config.yaml

41 lines
862 B
YAML
Raw Normal View History

2022-08-15 09:21:29 +00:00
id: behat-config
info:
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
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
# Enhanced by cs on 2023/02/13