Skip to content

TJCSec/rcds

This branch is 16 commits ahead of, 15 commits behind redpwn/rcds:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5aaca5a · Dec 16, 2024
Aug 10, 2021
Apr 5, 2021
Jun 11, 2020
Dec 9, 2024
Apr 24, 2022
Aug 6, 2020
Apr 9, 2020
Mar 23, 2020
Jun 24, 2020
Jul 4, 2020
Jul 4, 2020
Mar 23, 2020
Jul 6, 2020
Jul 7, 2020
Dec 16, 2024
Dec 16, 2024
Apr 7, 2020

Repository files navigation

rCDS

CI Status Coverage Docs PyPI

rCDS is redpwn's CTF challenge deployment tool. It is designed to automate the entire challenge deployment process, taking sources from challenge authors and provisioning the necessary resources to both make challenges available on the competition scoreboard and to spin up Docker containers that the challenge needs to run.

rCDS has an opinionated model for managing CTF challenges. It operates on a centralized challenge repository and is designed to be run from a CI/CD system. This repository is the single source of truth for all data about challenges, and rCDS itself essentially acts as a tool to sync the state of various systems (the scoreboard and the container runtime) to what is described by this repository. Authors do not directly interface with any of these systems, and instead push their changes and let a CI job apply them. Thus, the challenge repository can be versioned, creating an audit log of all changes and allowing for point-in-time rollbacks of everything regarding a challenge should something go wrong.

For more information, see the documentation.

About

redpwn's challenge deployment system

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.2%
  • Other 0.8%