justcatthefish / agh-ctf-2019

CTF event organized for AGH university, by jCTF and Telephoners

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

justCatTheFish & SKN Telephoners CTF

27th April 2019

This repository contains challenges from a CTF event held at the AGH UST in Kraków and organised by SKN Telephoners(organization) and justCatTheFish team (tasks).

The event lasted for about seven hours and there were twelve teams, each consisting of two members. The final scoreboard can be seen below:

Three top teams were gifted tickets for IT confereces: (CONFidence, PLNOG or JDD) as a reward.

Playing offline

If you want to test out yourself, all the tasks are included in this repo.

The tasks can be found in offline and online directories. Each task has a README.md that contains the description given to participants along with the number of solves during the event.

The online tasks were hosted by using Docker; in order to host all of them on your own machine, you need to have Linux, install Docker (e.g. apt install docker-io) and run ./run_all.sh.

To stop hosting them, you need to remove containers by hand - list them with docker ps -a and remove them with docker rm -f <container name or id> (run for each container).

About

CTF event organized for AGH university, by jCTF and Telephoners

License:MIT License


Languages

Language:C 46.5%Language:Shell 29.4%Language:Python 8.7%Language:Java 4.2%Language:HTML 4.1%Language:C++ 3.5%Language:Dockerfile 2.0%Language:PHP 1.5%