-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathchallenge.yml
46 lines (41 loc) · 1.42 KB
/
challenge.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
---
name: Antwarz PVE - Easy
author: Log_s
category: Prog
description: "In this challenges, you will have to code your own bot, that will control an ant colony.
<br>
In the two first challenges (easy and medium), you will compete against my bots. If you succeed, you will enter the PVP arena, to compete against other players.
<br>
10min before the CTF's end, scoring will stop, and the team with the most points will be awarded a flag worth 10 points. It might not be much, but it could mean the different between a second or first place ;)
<br>
Find out more about the game in the documentation section of the dedicated plateform!
<br>
It's worth noting that the goal of the challenges is not to exploit the plateform, but to create the best bot possible. Anyone finding a security failure is welcome to report it, but any challenge solved through such a vulnerability would be rendered void.
<br>
You can find the source code of the game engine with the first challenge of the series, would you want to it up locally.
<br><br>
> `nc antwarz.heroctf.fr 8080`
<br><br>
Format : **Hero{flag}**<br>
Author : **Log_s**"
value: null
type: dynamic
extra:
initial: 500
decay: 100
minimum: 50
image: null
host: null
flags:
- {
type: "static",
content: "Hero{00ace8b68a3879022ed7b05349276445}",
data: "case_insensitive",
}
files:
- antwarz.zip
- base64_code.py
tags:
- easy
state: visible
version: "0.1"