default-apache-shiro: Apache Shiro Default Page

日期: 2025-09-01 | 影响软件: Apache Shiro Default Page | POC: 已公开

漏洞描述

shodan-query: title:"Apache Shiro Quickstart" fofa: title="Apache Shiro Quickstart"

PoC代码[已公开]

id: default-apache-shiro

info:
  name: Apache Shiro Default Page
  author: DhiyaneshDK
  severity: info
  description: |
    shodan-query: title:"Apache Shiro Quickstart"
    fofa: title="Apache Shiro Quickstart"
  tags: tech,apache,shiro

rules:
  r0:
    request:
      method: GET 
      path: /
    expression: response.status == 200 && response.body.ibcontains(b'<title>Apache Shiro Quickstart</title>')
expression: r0()

相关漏洞推荐