Skip to content

OneinStack Control Center Dashboard - Detect

ID: oneinstack-control-center

Severity: medium

Author: theabhinavgaur

Tags: misconfig,exposure,panel,oneinstack

OneinStack Control Center dashboard was detected.

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
max-request: 1
shodan-query: http.title:"OneinStack"
tags: misconfig,exposure,panel,oneinstack
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Control center'
- 'OneinStack'
condition: and
- type: status
status:
- 200
# digest: 4a0a0047304502207149c522c2d71f5f774b7c331bf229460fb745b5606dabeeeaaf1514fe2b1805022100ded6fcee44cce7a079038443ca8d7883811a98335dd6f22de2aa1793fb968e9d:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/oneinstack-control-center.yaml"

View on Github