2022-08-15 07:35:26 +00:00
|
|
|
id: phpsec-config
|
|
|
|
|
|
|
|
info:
|
2023-02-05 22:08:16 +00:00
|
|
|
name: phpspec Config - Detect
|
2022-08-15 07:35:26 +00:00
|
|
|
author: DhiyaneshDK
|
|
|
|
severity: info
|
2023-02-05 22:08:16 +00:00
|
|
|
description: phpspec configuration information was detected.
|
2023-02-05 18:38:59 +00:00
|
|
|
reference: https://phpspec.net/en/stable/cookbook/configuration.html
|
2023-02-05 18:32:14 +00:00
|
|
|
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 07:35:26 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
shodan-query: html:"phpspec.yml"
|
2023-02-05 18:38:59 +00:00
|
|
|
tags: exposure,phpsec,php,devops,cicd
|
2022-08-15 07:35:26 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/.phpspec.yml"
|
|
|
|
- "{{BaseURL}}/phpspec.yml"
|
|
|
|
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- 'suites:'
|
|
|
|
- 'main:'
|
2022-08-17 00:55:35 +00:00
|
|
|
- 'namespace:'
|
2022-08-15 07:35:26 +00:00
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-02-05 18:32:14 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2023/02/05
|