Ethical Hacking Automation

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

RemKon Device Manager Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#remkon#login
Description

What is the "RemKon Device Manager Login Panel - Detect?"

The "RemKon Device Manager Login Panel - Detect" module is designed to detect the presence of the RemKon Device Manager login panel. This module focuses on identifying the login panel and does not perform any further actions. The severity of this module is informative.

Impact

This module does not have any impact on the target system. It only detects the presence of the RemKon Device Manager login panel.

How the module works?

The "RemKon Device Manager Login Panel - Detect" module works by sending an HTTP GET request to the "/login.php" path. It then checks the response status code, which should be 200, and verifies if the response body contains the "" string.

The matching conditions for this module are:

- The response status code must be 200. - The response body must contain the "" string.

If both conditions are met, the module considers the RemKon Device Manager login panel to be present.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/login.php
Matching conditions
status: 200and
word: <title>Remkon Device Manager</title>
Passive global matcher
No matching conditions.
On match action
Report vulnerability