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

36 lines
733 B
YAML

id: oneinstack-control-center
info:
name: OneinStack Control Center Dashboard - Detect
author: theabhinavgaur
severity: low
description: |
OneinStack Control Center dashboard was detected.
reference:
- https://github.com/oneinstack/oneinstack
- https://oneinstack.com/
metadata:
verified: "true"
shodan-query: http.title:"OneinStack"
tags: misconfig,exposure,dashboard,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 md on 2023/03/10