Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
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
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.
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"