nuclei-templates/misconfiguration/unauthenticated-tensorboard...

25 lines
482 B
YAML
Raw Normal View History

2021-05-16 15:34:58 +00:00
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