Ethical Hacking Automation

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

Planet eStream Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#planet#estream
Description

What is the "Planet eStream Login Panel - Detect?"

The "Planet eStream Login Panel - Detect" module is designed to detect the presence of the login panel for the Planet eStream software. Planet eStream is a video management and streaming platform commonly used in educational institutions. This module has an informative severity level and was authored by arafatansari.

Impact

This module does not have any direct impact on the target system. It is used solely for detection purposes and does not perform any actions that could cause harm or exploit vulnerabilities.

How does the module work?

The module works by sending a GET request to the "/Login.aspx" path of the target system. It then applies two matching conditions to determine if the login panel for Planet eStream is present:

- The response body must contain one of the following phrases: "Login - Planet eStream", "Powered by Planet eStream", or "aria-label="Planet eStream Website". - The response status code must be 200.

If both conditions are met, the module considers the login panel for Planet eStream to be detected.

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

GET /Login.aspx

The module then evaluates the response body and status code against the matching conditions to determine if the login panel is present.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/Login.aspx
Matching conditions
word: Login - Planet eStream, Powered by Plane...and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability