nuclei-templates/iot/loytec-device.yaml

28 lines
469 B
YAML
Raw Normal View History

2023-02-02 17:59:12 +00:00
id: loytec-device
2023-02-02 13:15:22 +00:00
info:
name: Loytec Device Info Detection
author: pussycat0x
severity: info
metadata:
2023-02-02 17:59:12 +00:00
verified: "true"
2023-02-02 13:15:22 +00:00
shodan-query: "loytec"
tags: iot,loytec
requests:
- method: GET
path:
- "{{BaseURL}}/webui/device_info/device_info"
2023-02-02 17:59:12 +00:00
2023-02-02 13:15:22 +00:00
matchers-condition: and
matchers:
- type: word
words:
- 'device_info'
- 'syslog'
condition: and
- type: status
status:
2023-02-02 17:59:12 +00:00
- 200