Skip to content

Behat Configuration File - Detect

ID: behat-config

Severity: medium

Author: DhiyaneshDK

Tags: exposure,behat,devops,cicd

Behat configuration file was detected.

id: behat-config
info:
name: Behat Configuration File - Detect
author: DhiyaneshDK
severity: medium
description: Behat configuration file was detected.
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
metadata:
verified: true
max-request: 2
shodan-query: html:"behat.yml"
tags: exposure,behat,devops,cicd
http:
- method: GET
path:
- "{{BaseURL}}/behat.yml"
- "{{BaseURL}}/behat.yml.dist"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'default:'
- 'paths:'
- 'suites:'
condition: and
- type: status
status:
- 200
# digest: 490a00463044022054fd2b642396c60f52f2f70f36359b5fb57e4f8f7676331419460f7a8796c08e022040346e6a1a73732e3ad979435a88178b92226735060df7b5599758ebf60603e3:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposures/configs/behat-config.yaml"

View on Github