https://github.com/sdslabs/playctf
An Open Source CTF hosting platform
https://github.com/sdslabs/playctf
ctf ctf-challenges jeopardy-ctf-platform security
Last synced: 3 months ago
JSON representation
An Open Source CTF hosting platform
- Host: GitHub
- URL: https://github.com/sdslabs/playctf
- Owner: sdslabs
- License: mit
- Created: 2020-01-12T13:28:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T19:40:05.000Z (4 months ago)
- Last Synced: 2025-02-11T20:32:36.299Z (4 months ago)
- Topics: ctf, ctf-challenges, jeopardy-ctf-platform, security
- Language: Vue
- Homepage: https://playctf.sdslabs.co
- Size: 3.17 MB
- Stars: 55
- Watchers: 4
- Forks: 7
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
![]()
An all-in-one open source platform for hosting jeopardy style CTFs powered by Beast
## Contents
- [Overview](#overview)
- [Features](#features)
- [Development](#development)
- [Contributing](#contributing)
- [Contact](#contact)## Overview
playCTF is an all-in-one open source platform for hosting jeopardy style CTFs. It can be setup in under a minute and lets you pull challenge files straight from github, allowing you to shift your focus away from the infrastructure onto the actual challenges.
- playCTF is the frontend service powered by Beast.
- It is written in VueJS and integrates all the endpoints provided by Beast which makes deploying challenges a breeze.
- There are different panels for admins and users which enable easy moderation of CTF competitions.Visit [https://beast.sdslabs.co/apiDocs/](https://beast.sdslabs.co/apiDocs/) for more details and documentation about the APIs.
Also check out the Beast source code at https://github.com/sdslabs/beast.
## Features
- Create your own challenges, categories, hints, and flags from the Admin Interface
- Dynamic Scoring Challenges
- Challenge plugin architecture to create your own custom challenges
- Container based isolation of challenges
- File uploads to the server
- Hide challenges under maintenance / for any other reason
- Automatic bruteforce protection
- Quick and User-Friendly onboarding
- Scoregraphs comparing the top 3 players and player progress graphs
- CTF management on the go for activities like player banning, hint broadcasting, announcements and more
- Exporting of CTF data for archival
- Sandbox playground environment for realtime experience
And a lot more...## Development
- Install `docker` and `docker-compose`
- Run `docker-compose up --build -d` to spin up the playctf container
- Site can be accessed on `localhost:8080`### To run the application in development mode
```shell
npm i && npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```## Contributing
We are always open for contributions. If you find any feature missing, or just want to report a bug, feel free to open an issue and/or submit a pull request regarding the same.
For more information on contribution, check out our
[docs](./CONTRIBUTING.md).## Contact
If you have a query regarding the product or just want to say hello then feel
free to visit [chat.sdslabs.co](https://chat.sdslabs.co) or drop a mail at
[[email protected]](mailto:[email protected])---
Made with :heart: by [SDSLabs](https://sdslabs.co)