nuclei-templates/exposed-panels/cas-login.yaml

30 lines
648 B
YAML

id: cas-login
info:
name: CAS Login Panel - Detect
author: pdteam
severity: info
description: CAS 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:'CAS - Central Authentication Service'
github: https://github.com/apereo/cas
tags: apereo,cas,panel,login
requests:
- method: GET
path:
- "{{BaseURL}}/cas/login"
host-redirects: true
max-redirects: 2
matchers:
- type: word
words:
- 'Central Authentication Service'
# Enhanced by md on 2022/11/02