Merge pull request #3790 from projectdiscovery/homematic-panel

Create homematic-panel.yaml
patch-1
Prince Chaddha 2022-02-27 20:13:43 +05:30 committed by GitHub
commit 0dc623b0a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 56 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,iot
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

View File

@ -0,0 +1,27 @@
id: raspberrymatic-panel
info:
name: RaspberryMatic Panel Detect
author: princechaddha
severity: info
metadata:
shodan-query: http.favicon.hash:-578216669
tags: panel,raspberrymatic,iot
requests:
- method: GET
path:
- "{{BaseURL}}/login.htm"
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>RaspberryMatic WebUI</title>"
- type: status
status:
- 200