Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redpwn/rctf
redpwn's CTF platform
https://github.com/redpwn/rctf
ctf ctf-framework ctf-platform ctf-scoreboard ctf-tools ctfd ctftime education rctf security
Last synced: about 1 month ago
JSON representation
redpwn's CTF platform
- Host: GitHub
- URL: https://github.com/redpwn/rctf
- Owner: redpwn
- License: bsd-3-clause
- Created: 2020-02-09T06:51:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T17:14:35.000Z (4 months ago)
- Last Synced: 2024-10-01T16:09:19.729Z (2 months ago)
- Topics: ctf, ctf-framework, ctf-platform, ctf-scoreboard, ctf-tools, ctfd, ctftime, education, rctf, security
- Language: JavaScript
- Homepage: https://rctf.redpwn.net/
- Size: 8.81 MB
- Stars: 263
- Watchers: 6
- Forks: 48
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-ctf-resources - rCTF - CTF platform maintained by the [redpwn](https://github.com/redpwn/rctf) CTF team. (Platforms)
- awesome-hacking-lists - redpwn/rctf - redpwn's CTF platform (JavaScript)
README
[![Build Status](https://github.com/redpwn/rctf/workflows/CI/badge.svg?branch=master)](https://github.com/redpwn/rctf/actions?query=workflow%3ACI+branch%3Amaster)
[![Code Coverage](https://img.shields.io/codecov/c/github/redpwn/rctf.svg)](https://codecov.io/github/redpwn/rctf/)rCTF is redpwnCTF's CTF platform. It is developed and (used to be) maintained by the [redpwn](https://redpwn.net) CTF team.
## Getting Started
To get started with rCTF, visit the docs at [rctf.redpwn.net](https://rctf.redpwn.net/installation/)
If you need help with rCTF, join the [the redpwnCTF Discord server](https://discord.gg/NkDNEE2) and ask questions in the `#rctf-help` channel.
## Deploying Challenges with rCTF
rCTF itself does not handle challenge deployments.
Optionally, you can use [rCDS](https://github.com/redpwn/rcds) to deploy challenges. It is heavily integrated with rCTF.
## Development
We would love your help! Please see [our CONTRIBUTING.md](CONTRIBUTING.md).