Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Secure Login Service Login Panel - Detect" module is designed to detect the presence of the Secure Login Service login panel. This module targets the Secure Login Service software and provides information about its configuration and vulnerabilities. The severity of this module is classified as informative. The original author of this module is dhiyaneshDK.
This module does not have a direct impact on the system. It is used to identify potential misconfigurations or vulnerabilities in the Secure Login Service login panel.
The module works by sending an HTTP GET request to the "/login/sls/auth" path. It then applies matching conditions to determine if the response indicates the presence of the Secure Login Service login panel. The matching conditions include checking the HTTP status code (200) and searching for the "" string in the response body.
Example HTTP request:
GET /login/sls/auth
The module uses the following matching conditions:
- HTTP status code: 200 - Response body contains the string ""When these conditions are met, the module reports the detection of the Secure Login Service login panel.