Create homematic-panel.yaml

patch-1
Prince Chaddha 2022-02-27 19:46:45 +05:30 committed by GitHub
parent bb627c9ed5
commit 91d12933a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
id: homematic-panel
info:
name: Homematic Panel Detect
author: princechaddha
severity: info
metadata:
shodan-query: http.html:"Homematic"
tags: panel,homematic
requests:
- method: GET
path:
- "{{BaseURL}}"
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "HomeMatic Logo"
- "<title>HomeMatic WebUI</title>"
condition: or
- type: status
status:
- 200