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