Merge pull request #2167 from geeknik/patch-10

Create lutron-iot-default-login.yaml
patch-1
Sandeep Singh 2021-07-26 01:56:58 +05:30 committed by GitHub
commit 9582eaf3f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: lutron-iot-default-login
info:
name: Lutron IOT Device Default Login
reference: https://www.lutron.com
author: geeknik
severity: high
tags: iot,default-login,lutron
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