misc changes

patch-1
sandeep 2021-05-16 21:04:58 +05:30
parent b01fc7c9d7
commit 0f13cd506c
2 changed files with 25 additions and 19 deletions

View File

@ -1,19 +0,0 @@
id: tensorflow-unauth
info:
name: Tensorflow Unauth
author: dhiyaneshDk
severity: high
tags: tensorflow,unauth
reference: https://www.tensorflow.org/guide/summaries_and_tensorboard?hl=zh-CN
requests:
- method: GET
path:
- '{{BaseURL}}/data/plugins_listing'
matchers:
- type: word
words:
- 'tf-scalar-dashboard'
- 'loading_mechanism'
condition: and

View File

@ -0,0 +1,25 @@
id: unauthenticated-tensorboard
info:
name: Unauthenticated Tensorboard by Tensorflow
author: dhiyaneshDk
severity: high
tags: tensorflow,tensorboard,unauth
requests:
- method: GET
path:
- '{{BaseURL}}/data/plugins_listing'
matchers-condition: and
matchers:
- type: word
words:
- 'scalars'
- 'loading_mechanism'
- 'custom_scalars'
condition: and
- type: status
status:
- 200