cas-login: CAS Login Panel

日期: 2025-08-01 | 影响软件: cas-login | POC: 已公开

漏洞描述

shodan-query: http.title:'CAS - Central Authentication Service'

PoC代码[已公开]

id: cas-login

info:
  name: CAS Login Panel
  author: pdteam
  severity: info
  verified: true
  description: |-
    shodan-query: http.title:'CAS - Central Authentication Service'
  reference:
    - https://github.com/apereo/cas
  tags: cas,login,detect
  created: 2023/06/17

rules:
  r0:
    request:
      method: GET
      path: /cas/login
      follow_redirects: true
    expression: response.status == 200 && response.body.bcontains(b'Central Authentication Service')
expression: r0()

相关漏洞推荐