Ethical Hacking Automation

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

ShardingSphere ElasticJob UI Panel

By kannthu

Informative
Vidoc logoVidoc Module
#panel#shardingsphere#login
Description

ShardingSphere ElasticJob UI Panel

What is the ShardingSphere ElasticJob UI Panel?

The ShardingSphere ElasticJob UI Panel is a module designed to detect the presence of the ShardingSphere ElasticJob UI software. It targets the ShardingSphere ElasticJob UI panel and provides information about its configuration, vulnerabilities, or software fingerprint. This module has an informative severity level and was authored by DhiyaneshDk.

Impact

The impact of the ShardingSphere ElasticJob UI Panel module depends on the specific findings it detects. It can help identify misconfigurations, vulnerabilities, or provide information about the software version being used. The severity level of the findings can vary, and it is important to address any identified issues to ensure the security and proper functioning of the ShardingSphere ElasticJob UI panel.

How does the module work?

The ShardingSphere ElasticJob UI Panel module operates by sending HTTP requests and evaluating the responses based on predefined matching conditions. It checks for the presence of the ShardingSphere ElasticJob UI panel by looking for specific HTML content and verifying the HTTP status code.

For example, one of the HTTP requests sent by the module may be:

GET /#/login

The module then applies the following matching conditions:

- Check if the response body contains the HTML title tag "<title>ShardingSphere ElasticJob UI</title>". - Verify that the HTTP status code is 200.

If both conditions are met, the module considers the ShardingSphere ElasticJob UI panel to be present.

Note: The module may have additional requests and matching conditions not specified in this description.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/#/login
Matching conditions
word: <title>ShardingSphere ElasticJob UI</tit...and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability