From 91d12933a3256b505cc8681725d46b1834c52982 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Sun, 27 Feb 2022 19:46:45 +0530 Subject: [PATCH 1/4] Create homematic-panel.yaml --- exposed-panels/homematic-panel.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 exposed-panels/homematic-panel.yaml diff --git a/exposed-panels/homematic-panel.yaml b/exposed-panels/homematic-panel.yaml new file mode 100644 index 0000000000..7057d9e415 --- /dev/null +++ b/exposed-panels/homematic-panel.yaml @@ -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" + - "HomeMatic WebUI" + condition: or + + - type: status + status: + - 200 From d76b5d9261039edfc48998bf96a1143e8633b4da Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Sun, 27 Feb 2022 19:49:55 +0530 Subject: [PATCH 2/4] Create raspberrymatic-panel.yaml --- exposed-panels/raspberrymatic-panel.yaml | 27 ++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 exposed-panels/raspberrymatic-panel.yaml diff --git a/exposed-panels/raspberrymatic-panel.yaml b/exposed-panels/raspberrymatic-panel.yaml new file mode 100644 index 0000000000..acd864034a --- /dev/null +++ b/exposed-panels/raspberrymatic-panel.yaml @@ -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 + +requests: + - method: GET + path: + - "{{BaseURL}}/login.htm" + + redirects: true + max-redirects: 2 + matchers-condition: and + matchers: + - type: word + part: body + words: + - "RaspberryMatic WebUI" + + - type: status + status: + - 200 From 160efcef3bbfbf38d39bcb496225ce9fe3842e9c Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Sun, 27 Feb 2022 20:11:34 +0530 Subject: [PATCH 3/4] Update homematic-panel.yaml --- exposed-panels/homematic-panel.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exposed-panels/homematic-panel.yaml b/exposed-panels/homematic-panel.yaml index 7057d9e415..7617e6348f 100644 --- a/exposed-panels/homematic-panel.yaml +++ b/exposed-panels/homematic-panel.yaml @@ -6,7 +6,7 @@ info: severity: info metadata: shodan-query: http.html:"Homematic" - tags: panel,homematic + tags: panel,homematic,iot requests: - method: GET From 17166393aff8e8010a223c9416f4b1588e03d0bb Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Sun, 27 Feb 2022 20:11:39 +0530 Subject: [PATCH 4/4] Update raspberrymatic-panel.yaml --- exposed-panels/raspberrymatic-panel.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exposed-panels/raspberrymatic-panel.yaml b/exposed-panels/raspberrymatic-panel.yaml index acd864034a..b337089b41 100644 --- a/exposed-panels/raspberrymatic-panel.yaml +++ b/exposed-panels/raspberrymatic-panel.yaml @@ -6,7 +6,7 @@ info: severity: info metadata: shodan-query: http.favicon.hash:-578216669 - tags: panel,raspberrymatic + tags: panel,raspberrymatic,iot requests: - method: GET