nuclei-templates/exposed-panels/nordex-wind-farm-portal.yaml

40 lines
850 B
YAML

id: nordex-wind-farm-portal
info:
name: Nordex Control Wind Farm Portal Login Panel - Detect
author: geeknik
severity: info
description: Nordex Control Wind Farm Portal login panel was detected.
reference:
- https://www.nordex-online.com/en/
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: http.html:"Nordex Control"
tags: panel,nordex,iot
requests:
- method: GET
path:
- "{{BaseURL}}"
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Nordex Control"
- "Wind Farm Portal"
condition: or
- type: status
status:
- 200
# Enhanced by md on 2022/12/01