Skip to content

mssctf-dev/ctfd-acm-challenges

Repository files navigation

ctfd-acm-challenges

用于评测编程题

Deployment

simply clone this repo into plugins directory:

cd <ctfd-dir>/CTFd/plugins
git clone https://github.com/mssctf-dev/ctfd-acm-challenges

this plugin requires docker access and /tmp access, so:

# in docker-compose.yml:
services:
    ctfd:
        ...
        volumes:
            ...
            - /var/run/docker.sock:/var/run/docker.sock
            - /tmp:/tmp

run docker pull mssctf/runner_c_cpp before first launch
to support more languages, see mssctf/runner_*

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published