43 lines
1.0 KiB
YAML
43 lines
1.0 KiB
YAML
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: 4a0a0047304502201ca9b08a93676da1bf20fa302751bc5afd76ef5d1bb0ae05bfed6f9dbc1ec26d022100eb7997c4e154b4a77e0ae9b03fd2fff774b4f28c9a342e35bdc40b7f2967003f:922c64590222798bb761d5b6d8e72950
|