mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 13:11:53 +08:00
优化xray解析模块,支持groups、新增poc
This commit is contained in:
@@ -5,7 +5,7 @@ rules:
|
||||
body: more=0&host=0&username=admin&password=admin&db=&lang=zh_cn&expire=3
|
||||
follow_redirects: false
|
||||
expression: |
|
||||
response.status == 302 && response.headers["location"] == "/index.php?action=admin.index&host=0"
|
||||
response.status == 302 && response.headers["Location"] == "/index.php?action=admin.index&host=0"
|
||||
detail:
|
||||
author: B1anda0(https://github.com/B1anda0)
|
||||
links:
|
||||
|
||||
Reference in New Issue
Block a user