We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c902079 commit 25ae7feCopy full SHA for 25ae7fe
pocs/tensorboard-unauth.yml
@@ -0,0 +1,17 @@
1
+name: poc-yaml-tensorboard-unauth
2
+rules:
3
+ - method: GET
4
+ path: /
5
+ follow_redirects: true
6
+ expression: >
7
+ status==200 && body.bcontains(b'The TensorFlow Authors. All Rights
8
+ Reserved.')
9
10
+ path: '/data/plugins_listing'
11
12
+ expression: |
13
+ status==200 && content_type.contains('application/json') && body.bcontains(b'profile') && body.bcontains(b'distributions')
14
+detail:
15
+ author: p0wd3r
16
+ links:
17
+ - https://www.tensorflow.org/guide/summaries_and_tensorboard?hl=zh-CN
0 commit comments