nuclei-templates/http/misconfiguration/oneinstack-control-center.yaml

41 lines
857 B
YAML
Raw Normal View History

2023-02-16 20:28:13 +00:00
id: oneinstack-control-center
info:
name: OneinStack Control Center Dashboard - Detect
2023-02-16 20:28:13 +00:00
author: theabhinavgaur
severity: medium
2023-02-24 05:50:16 +00:00
description: |
OneinStack Control Center dashboard was detected.
2023-02-16 20:28:13 +00:00
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
2023-02-16 20:28:13 +00:00
metadata:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
2023-02-24 05:50:16 +00:00
shodan-query: http.title:"OneinStack"
tags: misconfig,panel,oneinstack
2023-02-16 20:28:13 +00:00
http:
2023-02-16 20:28:13 +00:00
- 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