nuclei-templates/technologies/default-apache-shiro.yaml

27 lines
476 B
YAML

id: default-apache-shiro
info:
name: Apache Shiro Default Page
author: DhiyaneshDK
severity: info
metadata:
verified: "true"
shodan-query: title:"Apache Shiro Quickstart"
tags: tech,apache,shiro
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Apache Shiro Quickstart</title>"
- type: status
status:
- 200