Create lutron-iot-default-login.yaml

patch-1
Geeknik Labs 2021-07-24 14:22:54 -05:00 committed by GitHub
parent 2c0aa783c4
commit 2893fefd28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
id: lutron-iot-default-login
info:
name: Lutron IOT Device Default Login
reference: https://www.lutron.com
author: geeknik
severity: high
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
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200