Ethical Hacking Automation

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

Start Element Manager Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel
Description

What is the "Start Element Manager Panel - Detect" module?

The "Start Element Manager Panel - Detect" module is a module designed for the Vidoc platform. It is used to detect the presence of the Start Element Manager panel, a specific software component. The module falls under the informative severity level.

Impact

The impact of this module is to identify whether the Start Element Manager panel is present or not. It does not perform any actions beyond detection.

How does the module work?

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

- Check if the response body contains the HTML title tag "<title>Start Element Manager</title>". - Check if the response status code is 200 (OK).

If both conditions are met, the module considers the Start Element Manager panel to be present.

Here is an example of an HTTP request sent by the module:

GET / HTTP/1.1
Host: example.com

Please note that this module only detects the presence of the Start Element Manager panel and does not perform any further actions or modifications.

Module preview

Concurrent Requests (0)
Passive global matcher
word: <title>Start Element Manager</title>and
status: 200
On match action
Report vulnerability