-
Notifications
You must be signed in to change notification settings - Fork 0
/
cobalt.yml
95 lines (80 loc) · 1.52 KB
/
cobalt.yml
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
round: Mock 0.1
scoring:
service_up: 5
service_down: 0
# should be a negative value
sla: -10
timing:
jitter: 5
interval: 30
check_timeout: 30
slas:
enable: true
max_consecutive_downs: 5
teams:
Cobalt:
subnet: 10.10.11.x
password: meow123
Flashpoint:
subnet: 10.10.12.x
password: bruh123
Tempest:
subnet: 10.10.13.x
password: okay123
Triton:
subnet: 10.10.14.x
password: pass123
web:
admin_username: safin
admin_password: password
port: 8080
vms:
earth:
ip: 1
services:
Wordpress:
type: http
pages:
- path: /
method: POST
headers:
Content-Type: application/json
body: '{"hi": "there"}'
Magento:
type: http
pages:
- path: /
content: meow
headers:
"X-Cool-Header": bleh
OpenSSH:
type: ssh
port: 22
auth:
method: password
user: safin
password: meow123
command: blah | cat
inject_meta:
source_dir: examples/injects/
assets_dir: examples/assets/
injects:
- title: Create SSH server
source: CreateSSHServer.pdf
offset: 00:30:00
attachments:
- goat.pub
type: service
vm: earth
services:
CoolSSH:
type: ssh
port: 2202
auth:
method: pubkey
user: goat
private_key: goat.pem
- title: Respond to IT
source: it.pdf
offset: 00:15:00
type: response