nuclei-templates/technologies/shiro-detect.yaml

16 lines
288 B
YAML
Raw Normal View History

2020-09-17 14:53:16 +00:00
id: shiro-detect
info:
name: Detect Shiro Framework
author: AresX
severity: info
requests:
- method: GET
path:
- '{{BaseURL}}'
headers:
Cookie: rememberMe=123;
matchers:
- type: word
words:
- rememberMe=deleteMe
2020-09-17 16:45:58 +00:00
part: header