default-apache-shiro: Apache Shiro Default Page

2025-08-01 default-apache-shiro PoC Public

Description

shodan: 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: title:"Apache Shiro Quickstart"
    fofa: title="Apache Shiro Quickstart"
  tags: tech,apache,shiro
  created: 2023/12/22

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

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities