nuclei-templates/technologies/shiro-detect.yaml

20 lines
312 B
YAML
Raw Normal View History

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