Skip to content

KevinLAB Devices Detection

ID: kevinlab-device-detect

Severity: info

Author: gy741

Tags: iot,kevinlab

KevinLab is a venture company specialized in IoT, Big Data, A.I based energy management platform. KevinLAB’s BEMS (Building Energy Management System) enables efficient energy management in buildings by collecting and analyzing various information of energy usage and facilities as well as efficiency and indoor environment control.

id: kevinlab-device-detect
info:
name: KevinLAB Devices Detection
author: gy741
severity: info
description: KevinLab is a venture company specialized in IoT, Big Data, A.I based energy management platform. KevinLAB's BEMS (Building Energy Management System) enables efficient energy management in buildings by collecting and analyzing various information of energy usage and facilities as well as efficiency and indoor environment control.
metadata:
max-request: 2
tags: iot,kevinlab
http:
- method: GET
path:
- "{{BaseURL}}/pages/"
- "{{BaseURL}}/dashboard/"
matchers-condition: or
matchers:
- type: word
words:
- '<title>BEMS</title>'
- '../http/index.php'
part: body
condition: and
- type: word
words:
- '<title>HEMS</title>'
- '../dashboard/proc.php'
part: body
condition: and
# digest: 4a0a0047304502205578d574a49a2c8bb480bf2ec7e98f6c2f5c6d98495de5b4680425342883601a02210084f5da84735db519857b96ea7eb1df079f1e0fd9ff8252d2a25006e7fd379fd0: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/iot/kevinlab-device-detect.yaml"

View on Github