commit
dc3c34974b
|
@ -0,0 +1,33 @@
|
|||
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
|
Loading…
Reference in New Issue