Ethical Hacking Automation

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

Secure Login Service Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#sls#login#service
Description

What is the "Secure Login Service Login Panel - Detect?"

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.

Impact

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.

How does the module work?

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.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/login/sls/auth
Matching conditions
status: 200and
word: <title>Secure Login Service</title>
Passive global matcher
No matching conditions.
On match action
Report vulnerability