Skip to content

Commit 25ae7fe

Browse files
imp0wd3rvirusdefender
authored andcommitted
add new poc tensorboard-unauth.yml (chaitin#428)
1 parent c902079 commit 25ae7fe

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pocs/tensorboard-unauth.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
- method: GET
10+
path: '/data/plugins_listing'
11+
follow_redirects: true
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

Comments
 (0)