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

39 lines
846 B
YAML
Raw Normal View History

2022-08-15 07:35:26 +00:00
id: phpsec-config
info:
name: phpspec Config - Detect
2022-08-15 07:35:26 +00:00
author: DhiyaneshDK
severity: info
description: phpspec configuration information was detected.
reference: https://phpspec.net/en/stable/cookbook/configuration.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 07:35:26 +00:00
metadata:
verified: true
shodan-query: html:"phpspec.yml"
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
# Enhanced by mp on 2023/02/05