40 lines
853 B
YAML
40 lines
853 B
YAML
id: oneinstack-control-center
|
|
|
|
info:
|
|
name: OneinStack Control Center Dashboard - Detect
|
|
author: theabhinavgaur
|
|
severity: medium
|
|
description: |
|
|
OneinStack Control Center dashboard was detected.
|
|
reference:
|
|
- https://github.com/oneinstack/oneinstack
|
|
- https://oneinstack.com/
|
|
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"
|
|
shodan-query: http.title:"OneinStack"
|
|
tags: misconfig,exposure,panel,oneinstack
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'Control center'
|
|
- 'OneinStack'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by cs on 2023/03/10
|