nuclei-templates/http/technologies/shiro-detect.yaml

25 lines
409 B
YAML

id: shiro-detect
info:
name: Detect Shiro Framework
author: AresX
severity: info
metadata:
max-request: 1
tags: tech,shiro
http:
- method: GET
path:
- '{{BaseURL}}'
headers:
Cookie: JSESSIONID={{randstr}};rememberMe=123;
host-redirects: true
max-redirects: 2
matchers:
- type: word
part: header
words:
- "rememberMe=deleteMe"