diff --git a/exposed-panels/sungrow-logger1000-detect.yaml b/exposed-panels/sungrow-logger1000-detect.yaml new file mode 100644 index 0000000000..3b0f3c7312 --- /dev/null +++ b/exposed-panels/sungrow-logger1000-detect.yaml @@ -0,0 +1,35 @@ +id: sungrow-logger1000-detect + +info: + name: SUNGROW Logger1000 (Solar Energy Inverter Monitoring Devices) Panel Detect + author: gy741 + severity: info + reference: + - https://www.europe-solarstore.com/download/Sungrow/Sungrow-data-logger-1000_1000B-usert-manual.pdf + metadata: + verified: true + shodan-query: title:logger html:"htmlWebpackPlugin.options.title" + tags: panel,logger1000,sungrow + +requests: + - method: GET + path: + - "{{BaseURL}}" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'htmlWebpackPlugin.options.title' + - 'logger' + condition: and + + - type: word + part: header + words: + - text/html + + - type: status + status: + - 200