34 lines
668 B
YAML
34 lines
668 B
YAML
|
id: nordex-wind-farm-portal
|
||
|
|
||
|
info:
|
||
|
name: Nordex Control - Wind Farm Portal
|
||
|
author: geeknik
|
||
|
severity: info
|
||
|
description: A Nordex Control Wind Farm Portal was detected.
|
||
|
reference:
|
||
|
- https://www.nordex-online.com/en/
|
||
|
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
|