Create kevinlab-device-detect.yaml

Signed-off-by: GwanYeong Kim <gy741.kim@gmail.com>
patch-1
GwanYeong Kim 2021-07-22 20:47:23 +09:00
parent 89edd83f1d
commit 1005b0b23b
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: kevinlab-device-detect
info:
name: KevinLAB Deviceas Detection
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. It improves the efficient of energy use by collecting and analyzing various information of energy usage and facilities in the building. It also manages energy usage, facility efficiency and indoor environment control.
author: gy741
severity: info
tags: iot
requests:
- 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