29 lines
484 B
YAML
29 lines
484 B
YAML
id: loytec-device
|
|
|
|
info:
|
|
name: Loytec Device Info Detection
|
|
author: pussycat0x
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
verified: "true"
|
|
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
|