Skip to content

Purpose of rCTF

Aaron Esau edited this page Feb 19, 2020 · 13 revisions

Design Goals

We have designed rCTF with the following attributes in mind:

  • scalability
    • scoreboards should be cached using redis, and all analysis should be done on the backend
    • the UI should be as lightweight as possible while still looking decent
  • simplicity
  • customizability
    • everything about your event is configurable through a config file
    • you can access data about your CTF through the CLI management tool.

What's wrong with other platforms?

CTFd

  • very low performance by default
  • UI is not lightweight

About rCTF

Installations and Deployment

Tutorials and Examples

Development

Clone this wiki locally