nuclei-templates/exposed-panels/secure-login-panel.yaml

32 lines
685 B
YAML

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
cvss-score: 0.0
cwe-id: CWE-200
metadata:
shodan-query: http.title:"Secure Login Service"
tags: panel,sls,login,service
requests:
- method: GET
path:
- "{{BaseURL}}/login/sls/auth"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "<title>Secure Login Service</title>"
# Enhanced by md on 2023/01/09