Skip to content

saarsec/saarctf-2020

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

saarCTF 2020

Services from saarCTF 2020

Prerequisites

To build any of the services, first build the base-image

cd base-image
bash docker-build.sh

Building services

Once the base-image has been built, enter a service directory and use docker-compose, e.g.:

cd saarXiv
docker-compose up --build -d

Running checkers

Every service comes with a checkers directory, which contains a python-script named after the service. Running this script should place a flag in the service and try to retrieve it subsequently. Caveat: Make sure the gamelib is in the PYTHONPATH, e.g.:

PYTHONPATH=../../ python saarxiv.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published