Create spacelogic-cbus-panel.yaml
parent
b9e7f659a7
commit
2f10de9857
|
@ -0,0 +1,27 @@
|
|||
id: spacelogic-cbus-panel
|
||||
|
||||
info:
|
||||
name: SpaceLogic C-Bus Home Panel - Detect
|
||||
author: ritikchaddha
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: html:"SpaceLogic C-Bus"
|
||||
tags: panel,spacelogic,login
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<title>SpaceLogic C-Bus Home</title>'
|
||||
- 'content="SpaceLogic C-Bus Home'
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue