Ethical Hacking Automation

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

Selenoid UI Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel
Description

What is the "Selenoid UI Login Panel - Detect?"

The "Selenoid UI Login Panel - Detect" module is designed to detect the presence of the Selenoid UI login panel. Selenoid UI is a software that provides a user interface for managing Selenoid, an open-source Selenium Hub implementation. This module focuses on identifying the login panel specifically.

The severity of this module is classified as informative, meaning it provides information about the presence of the login panel but does not indicate any immediate security vulnerabilities.

This module was authored by pdteam.

Impact

The impact of detecting the Selenoid UI login panel is primarily informational. It indicates that the login panel is accessible and can be used to authenticate users for accessing the Selenoid UI.

How does the module work?

The module works by sending an HTTP GET request to the "/admin/login" path of the target website. It then applies matching conditions to the response to determine if the Selenoid UI login panel is present.

The matching conditions used in this module are:

- The response body must contain the HTML title tag "<title>Selenoid UI</title>". - The response body must contain the string "/manifest.json".

If both of these conditions are met, the module considers the Selenoid UI login panel to be detected.

It's important to note that this module has a maximum request limit of 1, meaning it will only send a single request to the target website.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/admin/login
Matching conditions
word: <title>Selenoid UI</title>, /manifest.js...
Passive global matcher
No matching conditions.
On match action
Report vulnerability