Ethical Hacking Automation

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

Cloudphysician RADAR Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#edb
Description

What is the "Cloudphysician RADAR Login Panel - Detect?"

The "Cloudphysician RADAR Login Panel - Detect" module is designed to detect the presence of the Cloudphysician RADAR login panel. This module focuses on identifying potential misconfigurations or vulnerabilities in the login panel. The severity of this module is classified as informative, meaning it provides valuable information but does not pose an immediate threat. The original author of this module is dhiyaneshDK.

Impact

This module does not directly impact the system or software being scanned. Instead, it provides information about the presence of the Cloudphysician RADAR login panel, allowing users to assess the security of their system and take appropriate actions if necessary.

How does the module work?

The module works by sending an HTTP request to the "/login" path of the target system. It then applies matching conditions to determine if the Cloudphysician RADAR login panel is present. The matching conditions include checking for the presence of the "" in the response and verifying that the HTTP status code is 200.

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

GET /login

The module matches the response against the following conditions:

- The response must contain the "" - The HTTP status code must be 200

If both conditions are met, the module reports the detection of the Cloudphysician RADAR login panel.

Reference:

- https://www.exploit-db.com/ghdb/7466

Metadata:

max-request: 1

shodan-query: http.title:"Cloudphysician RADAR"

Module preview

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