nuclei-templates/exposed-panels/sungrow-logger1000-detect.yaml

43 lines
991 B
YAML
Raw Normal View History

id: sungrow-logger1000-detect
info:
name: SUNGROW Logger1000 Panel - Detect
author: gy741
severity: info
description: SUNGROW (Solar Energy Inverter Monitoring Devices) Logger1000 panel was detected.
reference:
- https://www.europe-solarstore.com/download/Sungrow/Sungrow-data-logger-1000_1000B-usert-manual.pdf
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
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
# Enhanced by md on 2023/01/14