Skip to content

Cassia Bluetooth Gateway Panel - Detect

ID: cassia-bluetooth-gateway-panel

Severity: info

Author: DhiyaneshDk

Tags: cassia,gateway,login,panel

Cassia Bluetooth Gateway Management Platform login page was discovered.

id: cassia-bluetooth-gateway-panel
info:
name: Cassia Bluetooth Gateway Panel - Detect
author: DhiyaneshDk
severity: info
description: |
Cassia Bluetooth Gateway Management Platform login page was discovered.
reference:
- https://www.cassianetworks.com/products/x1000-outdoor-bluetooth-router/
metadata:
verified: true
max-request: 1
shodan-query: html:"Cassia Bluetooth Gateway Management Platform"
tags: cassia,gateway,login,panel
http:
- method: GET
path:
- "{{BaseURL}}/cassia/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Cassia Bluetooth Gateway Management Platform"
- type: status
status:
- 200
# digest: 4a0a0047304502202ffa3e3430601a57f165b8109f3d0dac6a1bcc1d23a65d5c67f9810daddda5d10221009bf692ed76c53aaa748ba0d92a039abfc2f9c431966eb99b58c7f510bd8ebc03: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/exposed-panels/cassia-bluetooth-gateway-panel.yaml"

View on Github