Skip to content

Loytec Device Info Detection

ID: loytec-device

Severity: info

Author: pussycat0x

Tags: iot,loytec

Loytec Device info panel was detected.

id: loytec-device
info:
name: Loytec Device Info Detection
author: pussycat0x
severity: info
description: Loytec Device info panel was detected.
classification:
cpe: cpe:2.3:h:loytec:lvis-3me:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: loytec
product: lvis-3me
shodan-query: "loytec"
tags: iot,loytec
http:
- method: GET
path:
- "{{BaseURL}}/webui/device_info/device_info"
matchers-condition: and
matchers:
- type: word
words:
- 'device_info'
- 'syslog'
condition: and
- type: status
status:
- 200
# digest: 4a0a00473045022100bf412c61a49d41fa51000edb57c682749badd3ddb577223bd11a751601797a94022060208b3760c714f2d8f868db15c335681c139b6f1a1dc04f167181bc7862855a: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/loytec-device.yaml"

View on Github