nuclei-templates/iot/lutron-iot-default-login.yaml

32 lines
616 B
YAML
Raw Normal View History

2021-07-24 19:22:54 +00:00
id: lutron-iot-default-login
info:
name: Lutron IOT Device Default Login
reference: https://www.lutron.com
author: geeknik
severity: high
2021-07-25 20:26:16 +00:00
tags: iot,default-login,lutron
2021-07-24 19:22:54 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/login?login=lutron&password=lutron"
matchers-condition: and
matchers:
- type: word
words:
- "<TITLE>LUTRON</TITLE>"
- ">DeviceIP</A>"
- ">Get Database Info as XML</A>"
condition: and
2021-07-25 20:26:16 +00:00
2021-07-24 19:22:54 +00:00
- type: word
part: header
words:
- "text/html"
2021-07-25 20:26:16 +00:00
2021-07-24 19:22:54 +00:00
- type: status
status:
- 200