mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-13 12:52:44 +08:00
13 lines
272 B
YAML
13 lines
272 B
YAML
name: poc-yaml-shiro
|
|
rules:
|
|
- method: GET
|
|
path: /
|
|
headers:
|
|
Cookie: rememberMe=1
|
|
expression: |
|
|
"Set-Cookie" in response.headers && response.headers["Set-Cookie"].contains("rememberMe")
|
|
detail:
|
|
author: test
|
|
links:
|
|
- https://baidu.com/shiro
|