-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
34 lines (33 loc) · 847 Bytes
/
config.yml
File metadata and controls
34 lines (33 loc) · 847 Bytes
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
exploit_runner:
team_ips:
- 10.10.1.2
- 10.10.2.2
- 10.10.3.2
team_ip_cidrs:
- "10.228.79.0/24"
- "10.229.79.0/24"
team_ip_ranges:
- "10.200.78.2-10.200.78.200"
- "10.200.78.221-10.200.78.233"
team_ip_from_N: # N - range(n_start, n_end); X = N / block + offset_x, Y = N % block + offset_y
n_start: 0
n_end: 2000
offset_x: 32
offset_y: 0
block: 200
ip_template: "10.{X}.{Y}.2"
flag_format: '[A-Z0-9]{31}='
run_duration: 10s
exploit_directory: ./exploits
max_concurrent_exploits: 50
exploit_max_working_time: 15s
venv_max_install_time: 80s
flag_sender:
plugin: forcad_http
jury_flag_url_or_host: http://10.10.10.10/flags # url for http, host for tcp
token: asd123
flag_ttl: 5m
submit_timeout: 30s
submit_period: 5s
submit_limit: 50
plugin_directory: ./plugins