{"id":19272299,"url":"https://github.com/sdslabs/playctf","last_synced_at":"2026-03-10T21:33:46.768Z","repository":{"id":40686601,"uuid":"233396825","full_name":"sdslabs/playCTF","owner":"sdslabs","description":"An Open Source CTF hosting platform","archived":false,"fork":false,"pushed_at":"2025-02-13T09:03:11.000Z","size":3404,"stargazers_count":55,"open_issues_count":21,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-23T20:32:03.416Z","etag":null,"topics":["ctf","ctf-challenges","jeopardy-ctf-platform","security"],"latest_commit_sha":null,"homepage":"https://playctf.sdslabs.co","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sdslabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-12T13:28:23.000Z","updated_at":"2025-01-06T01:51:15.000Z","dependencies_parsed_at":"2025-02-11T20:37:52.992Z","dependency_job_id":null,"html_url":"https://github.com/sdslabs/playCTF","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sdslabs/playCTF","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdslabs%2FplayCTF","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdslabs%2FplayCTF/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdslabs%2FplayCTF/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdslabs%2FplayCTF/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdslabs","download_url":"https://codeload.github.com/sdslabs/playCTF/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdslabs%2FplayCTF/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30355737,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:55:29.454Z","status":"ssl_error","status_checked_at":"2026-03-10T15:54:58.440Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ctf","ctf-challenges","jeopardy-ctf-platform","security"],"created_at":"2024-11-09T20:36:12.804Z","updated_at":"2026-03-10T21:33:46.752Z","avatar_url":"https://github.com/sdslabs.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/44467788/176223695-94752fd5-137f-4dc0-8350-90f167862896.svg\" alt=\"playCTF Logo\"\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003eAn all-in-one open source platform for hosting jeopardy style CTFs powered by Beast\u003c/h3\u003e\n\n## Contents\n\n- [Overview](#overview)\n- [Features](#features)\n- [Development](#development)\n- [Contributing](#contributing)\n- [Contact](#contact)\n\n## Overview\nplayCTF 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.\n- playCTF is the frontend service powered by Beast. \n- It is written in VueJS and integrates all the endpoints provided by Beast which makes deploying challenges a breeze.\n- There are different panels for admins and users which enable easy moderation of CTF competitions.\n\nVisit [https://beast.sdslabs.co/apiDocs/](https://beast.sdslabs.co/apiDocs/) for more details and documentation about the APIs.\n\nAlso check out the Beast source code at https://github.com/sdslabs/beast.\n\n## Features\n\n- Create your own challenges, categories, hints, and flags from the Admin Interface\n  - Dynamic Scoring Challenges\n  - Challenge plugin architecture to create your own custom challenges\n  - Container based isolation of challenges\n  - File uploads to the server\n  - Hide challenges under maintenance / for any other reason\n  - Automatic bruteforce protection\n- Quick and User-Friendly onboarding\n- Scoregraphs comparing the top 3 players and player progress graphs\n- CTF management on the go for activities like player banning, hint broadcasting, announcements and more\n- Exporting of CTF data for archival\n- Sandbox playground environment for realtime experience\nAnd a lot more...\n\n## Development\n- Install `docker` and `docker-compose`\n- Run `docker-compose up --build -d` to spin up the playctf container\n- Site can be accessed on `localhost:8080`\n\n### To run the application in development mode\n```shell\nnpm i \u0026\u0026 npm run serve\n```\n\n### Compiles and minifies for production\n```\nnpm run build\n```\n\n### Lints and fixes files\n```\nnpm run lint\n```\n\n## Contributing\n\nWe 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.\n\nFor more information on contribution, check out our\n[docs](./CONTRIBUTING.md).\n\n## Contact\n\nIf you have a query regarding the product or just want to say hello then feel\nfree to visit [chat.sdslabs.co](https://chat.sdslabs.co) or drop a mail at\n[contact@sdslabs.co.in](mailto:contact@sdslabs.co.in)\n\n---\n\nMade with :heart: by [SDSLabs](https://sdslabs.co)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdslabs%2Fplayctf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsdslabs%2Fplayctf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdslabs%2Fplayctf/lists"}