mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-11-06 03:05:40 +00: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
|