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,16 @@
|
||||
name: poc-yaml-tensorboard-unauth
|
||||
rules:
|
||||
- method: GET
|
||||
path: /
|
||||
follow_redirects: true
|
||||
expression: >
|
||||
response.status == 200 && response.body.bcontains(b"The TensorFlow Authors. All Rights Reserved.")
|
||||
- method: GET
|
||||
path: '/data/plugins_listing'
|
||||
follow_redirects: true
|
||||
expression: |
|
||||
response.status == 200 && response.content_type.contains("application/json") && response.body.bcontains(b"profile") && response.body.bcontains(b"distributions")
|
||||
detail:
|
||||
author: p0wd3r
|
||||
links:
|
||||
- https://www.tensorflow.org/guide/summaries_and_tensorboard?hl=zh-CN
|
||||
Reference in New Issue
Block a user