Secure Login Service Login Panel - Detect
ID: secure-login-panel
Severity: info
Author: dhiyaneshDK
Tags: panel,sls,login,service
Description
Section titled “Description”Secure Login Service login panel was detected.
YAML Source
Section titled “YAML Source”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:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/secure-login-panel.yaml"