Skip to content

Nordex Control Wind Farm Portal Login Panel - Detect

ID: nordex-wind-farm-portal

Severity: info

Author: geeknik

Tags: panel,nordex,iot

Nordex Control Wind Farm Portal login panel was detected.

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
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
shodan-query: http.html:"Nordex Control"
tags: panel,nordex,iot
http:
- 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
# digest: 4a0a00473045022100c18a6f4a8723a4b4daa8596cdfe4cd2fed3a25da5f81d9f10d66098db9511bc80220468bdb1889366a436aa3295f43d05ad000d86b0ccb4f1fbf9539ec4c0bd4f081:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/nordex-wind-farm-portal.yaml"

View on Github