Ethical Hacking Automation

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

Parallels HTML5 Client Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel
Description

What is the "Parallels HTML5 Client Login Panel - Detect?"

The "Parallels HTML5 Client Login Panel - Detect" module is designed to detect the presence of the Parallels HTML5 Client login panel. This module focuses on identifying misconfigurations or vulnerabilities related to 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 pdteam.

Impact

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

How does the module work?

The "Parallels HTML5 Client Login Panel - Detect" module works by sending an HTTP GET request to the "/RASHTML5Gateway/" path. It then checks the response body for the presence of the "" HTML tag. If this tag is found, the module considers the login panel to be present.

The matching condition used in this module is a word matcher, specifically looking for the exact phrase "". The module uses an "and" condition, meaning both the path and the word matcher must match for the module to detect the login panel.

It's important to note that this module only performs one specific test case and does not actively exploit or manipulate the login panel.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/RASHTML5Gateway/
Matching conditions
word: <title>Parallels HTML5 Client</title>
Passive global matcher
No matching conditions.
On match action
Report vulnerability