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

25 lines
458 B
YAML

id: secure-login-panel
info:
name: Secure Login Service Detector
author: dhiyaneshDK
severity: info
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>"