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:
|
2023-03-03 15:27:54 +00:00
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
2023-10-14 11:27:55 +00:00
|
|
|
cvss-score: 0
|
2023-02-05 18:32:14 +00:00
|
|
|
cwe-id: CWE-200
|
2022-08-15 07:35:26 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 2
|
2022-08-15 07:35:26 +00:00
|
|
|
shodan-query: html:"phpspec.yml"
|
2023-02-06 22:57:49 +00:00
|
|
|
tags: exposure,phpsec,php,devops,cicd
|
2022-08-15 07:35:26 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-08-15 07:35:26 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/.phpspec.yml"
|
|
|
|
- "{{BaseURL}}/phpspec.yml"
|
|
|
|
|
|
|
|
stop-at-first-match: true
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2022-08-15 07:35:26 +00:00
|
|
|
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-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a00473045022100accf4f3f78577ee3cce577346fe335b74589259866b9b7858eca893a32fc73ed02204be683ed29d90e13fd2070e33301fec1d1c3adcca09fce769d40c9427559953e:922c64590222798bb761d5b6d8e72950
|