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,8 @@
|
||||
name: poc-yaml-spark-webui-unauth
|
||||
rules:
|
||||
- method: GET
|
||||
path: /
|
||||
expression: response.status == 200 && response.body.bcontains(b"<title>Spark") && response.body.bcontains(b"<strong>URL:</strong> spark:")
|
||||
detail:
|
||||
links:
|
||||
- https://github.com/vulhub/vulhub/tree/master/spark/unacc
|
||||
Reference in New Issue
Block a user