-
Notifications
You must be signed in to change notification settings - Fork 2
/
ctf.sample.json
59 lines (59 loc) · 1.57 KB
/
ctf.sample.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"title": "foobarctf",
"flagValidityInRounds": 2,
"checkedRoundsPerRound": 3,
"roundLengthInSeconds": 60,
"dnsSuffix": "eno.host",
"teamSubnetBytesLength": 15,
"flagSigningKey": "ir7PRm0SzqzA0lmFyBfUv68E6Yb7cjbJDp6dummqwr0Od70Sar7P27HVY6oc8PuW",
"teams": [{
"id": 1,
"name": "Kleinmazama",
"teamSubnet": "::ffff:10.1.1.0",
"address": "10.1.1.1"
},{
"id": 2,
"name": "Wapiti",
"teamSubnet": "::ffff:10.1.2.0",
"address": "10.1.2.1"
},{
"id": 3,
"name": "Karibu",
"teamSubnet": "::ffff:10.1.3.0",
"address": "10.1.3.1"
},{
"id": 4,
"name": "Pudu",
"teamSubnet": "::ffff:10.1.4.0",
"address": "10.1.4.1"
},{
"id": 5,
"name": "Elch",
"teamSubnet": "::ffff:10.1.5.0",
"address": "10.1.5.1"
},{
"id": 6,
"name": "Wasserreh",
"teamSubnet": "::ffff:10.1.6.0",
"address": "10.1.6.1"
},{
"id": 7,
"name": "Leierhirsch",
"teamSubnet": "::ffff:10.1.7.0",
"address": "10.1.7.1"
},{
"id": 8,
"name": "Barasingha",
"teamSubnet": "::ffff:10.1.8.0",
"address": "10.1.8.1"
}],
"services": [{
"id": 1,
"name": "CRY_STORE",
"flagsPerRoundMultiplier": 1,
"noisesPerRoundMultiplier": 1,
"havocsPerRoundMultiplier": 1,
"weightFactor": 1,
"checkers": ["http://192.168.1.1:8005"]
}]
}