mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-25 20:51:52 +08:00
优化xray解析模块,支持groups、新增poc
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
name: poc-yaml-nps-default-password
|
||||
rules:
|
||||
- method: POST
|
||||
path: /login/verify
|
||||
body: username=admin&password=123
|
||||
follow_redirects: true
|
||||
expression: |
|
||||
response.status == 200 && response.content_type.contains("json") && response.body.bcontains(b"login success")
|
||||
Reference in New Issue
Block a user