Skip to content

SpaceLogic C-Bus Home Panel - Detect

ID: spacelogic-cbus-panel

Severity: info

Author: ritikchaddha

Tags: panel,spacelogic,login,schneider-electric

id: spacelogic-cbus-panel
info:
name: SpaceLogic C-Bus Home Panel - Detect
author: ritikchaddha
severity: info
metadata:
verified: true
max-request: 1
vendor: schneider-electric
product: spacelogic_c-bus_home_controller_firmware
shodan-query:
- html:"SpaceLogic C-Bus"
- http.html:"spacelogic c-bus"
fofa-query: body="spacelogic c-bus"
tags: panel,spacelogic,login,schneider-electric
http:
- 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
# digest: 4a0a0047304502206a1ab55ef575dea1d3181f5dfc7dfa4533140271711798774deb700960394ffa022100ce1d87285409739a38a73333fabbf0cde885a5084401f1efdb5e65085eb42c2a: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/spacelogic-cbus-panel.yaml"

View on Github