Merge pull request #9628 from projectdiscovery/cassia-bluetooth-gateway-panel
Create cassia-bluetooth-gateway-panel.yamlpatch-1
commit
4d568c9328
|
@ -0,0 +1,31 @@
|
|||
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
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/cassia/login"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Cassia Bluetooth Gateway Management Platform"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue