Ethical Hacking Automation

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

Leostream Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#leostream
Description

What is the "Leostream Login Panel - Detect?"

The "Leostream Login Panel - Detect" module is designed to detect the presence of the Leostream login panel. Leostream is a software that provides secure access to virtual desktops and applications. This module focuses on identifying the login panel specifically.

This module has an informative severity level, meaning it provides valuable information but does not indicate a vulnerability or misconfiguration.

Author: praetorian-thendrickson

Impact

This module does not have a direct impact on the system being scanned. It simply detects the presence of the Leostream login panel, providing information about its existence.

How does the module work?

The module works by sending HTTP requests and applying matching conditions to identify the Leostream login panel. It uses two matching conditions:

- Matcher 1: It checks if the HTML title tag contains the text "Leostream". - Matcher 2: It verifies if the HTTP response status is 200 (OK).

If both conditions are met, the module reports a successful detection of the Leostream login panel.

Example HTTP request:

GET / HTTP/1.1
Host: example.com

Reference: https://leostream.com

Metadata:

- max-request: 1 - shodan-query: http.title:"Leostream"

Module preview

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