Skip to content

Secure Login Service Login Panel - Detect

ID: secure-login-panel

Severity: info

Author: dhiyaneshDK

Tags: panel,sls,login,service

Secure Login Service login panel was detected.

id: secure-login-panel
info:
name: Secure Login Service Login Panel - Detect
author: dhiyaneshDK
severity: info
description: Secure Login Service login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
shodan-query: http.title:"Secure Login Service"
tags: panel,sls,login,service
http:
- method: GET
path:
- "{{BaseURL}}/login/sls/auth"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "<title>Secure Login Service</title>"
# digest: 4a0a00473045022100806ab970d6305f639b880562ba709bc05733876a226de6ee2364f9986fcb604602203a89e082d94218016bf3599aa29f91154181beed1bf3c278137485a26822545f:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/secure-login-panel.yaml"

View on Github