mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-27 05:31:53 +08:00
优化xray解析模块,支持groups、新增poc
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
name: poc-yaml-kafka-manager-unauth
|
||||
rules:
|
||||
- method: GET
|
||||
path: /
|
||||
follow_redirects: false
|
||||
expression: |
|
||||
response.status == 200 && response.body.bcontains(b"Kafka Manager</a>") && response.body.bcontains(b"<title>Kafka Manager</title>") && response.body.bcontains(b"Add Cluster")
|
||||
detail:
|
||||
author: Aquilao(https://github.com/Aquilao)
|
||||
links:
|
||||
- https://blog.csdn.net/qq_36923426/article/details/111361158
|
||||
Reference in New Issue
Block a user