Ethical Hacking Automation

Automate Recon and scanning process with Vidoc. All security teams in one place

Nordex Control Wind Farm Portal Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#nordex#iot
Description

What is the "Nordex Control Wind Farm Portal Login Panel - Detect?"

The "Nordex Control Wind Farm Portal Login Panel - Detect" module is designed to detect the presence of the Nordex Control Wind Farm Portal login panel. This module targets the Nordex Control Wind Farm Portal, which is a software used for managing wind farms. The severity of this module is classified as informative, meaning it provides information rather than indicating a vulnerability or misconfiguration. The original author of this module is geeknik.

Impact

This module does not have a direct impact on the system being scanned. It simply detects the presence of the Nordex Control Wind Farm Portal login panel, providing information about its existence.

How does the module work?

The module works by sending HTTP requests and matching the responses against predefined conditions. It uses two matching conditions:

    - Matcher 1: It checks if the response body contains the words "<title>Nordex Control" and "Wind Farm Portal". - Matcher 2: It checks if the response status code is 200 (OK).

If both conditions are met, the module considers the Nordex Control Wind Farm Portal login panel to be detected.

Here is an example of an HTTP request that the module might send:

GET / HTTP/1.1
Host: example.com
User-Agent: Vidoc-Scanner

The module then analyzes the response to determine if it matches the defined conditions.

Module preview

Concurrent Requests (0)
Passive global matcher
word: <title>Nordex Control, Wind Farm Portaland
status: 200
On match action
Report vulnerability