All Projects → Probely → CTF-Game

Probely / CTF-Game

Licence: Apache-2.0 License
Capture the flag Game

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to CTF-Game

ForcAD
Pure-python distributable Attack-Defence CTF platform, created to be easily set up.
Stars: ✭ 77 (+450%)
Mutual labels:  ctf, ctf-scoreboard, ctf-platform
Auto-AWD
🚩 CTF AWD framework
Stars: ✭ 24 (+71.43%)
Mutual labels:  ctf, ctf-framework, ctf-tools
bamboofox-website
☕ Bamboofox CTF training platform
Stars: ✭ 21 (+50%)
Mutual labels:  ctf, ctf-framework, ctf-platform
hack-the-arch
Welcome to HackTheArch! A free open source scoring server for cyber Capture the Flag competitions!
Stars: ✭ 60 (+328.57%)
Mutual labels:  ctf-framework, ctf-scoreboard, ctf-platform
solveme
SolveMe - Jeopardy CTF Platform
Stars: ✭ 51 (+264.29%)
Mutual labels:  ctf, ctf-framework, ctf-platform
ImageStrike
ImageStrike是一款用于CTF中图片隐写的综合利用工具
Stars: ✭ 118 (+742.86%)
Mutual labels:  ctf, ctf-tools
ctf4noobs
Resumão da massa sobre Capture the Flag.
Stars: ✭ 18 (+28.57%)
Mutual labels:  ctf, ctf-tools
TomatoTools
TomatoTools 一款CTF杂项利器,支持36种常见编码和密码算法的加密和解密,31种密文的分析和识别,支持自动提取flag,自定义插件等。
Stars: ✭ 66 (+371.43%)
Mutual labels:  ctf, ctf-tools
fhq-server
This is an open source platform for competitions of computer security.
Stars: ✭ 33 (+135.71%)
Mutual labels:  ctf, ctf-platform
haiti
🔑 Hash type identifier (CLI & lib)
Stars: ✭ 287 (+1950%)
Mutual labels:  ctf, ctf-tools
BerylEnigma
一个为渗透测试与CTF而制作的工具集,主要实现一些加解密的功能。
Stars: ✭ 329 (+2250%)
Mutual labels:  ctf, ctf-tools
YuktiCTF
A Game platform to spread awareness among school and university students about various cyber attacks.
Stars: ✭ 11 (-21.43%)
Mutual labels:  ctf, ctf-framework
mkctf
A CTF framework to create, build, deploy and monitor challenges
Stars: ✭ 81 (+478.57%)
Mutual labels:  ctf-framework, ctf-tools
blackhat-python
Black Hat Python workshop for Disobey 2019
Stars: ✭ 27 (+92.86%)
Mutual labels:  ctf, ctf-tools
hackergame-challenge-docker
nc 类题目的 Docker 容器资源限制、动态 flag、网页终端
Stars: ✭ 62 (+342.86%)
Mutual labels:  ctf, ctf-platform
Attack-Defense-Platform
A framework that help to create CTF Attack with Defense competition quickly
Stars: ✭ 23 (+64.29%)
Mutual labels:  ctf, ctf-platform
CTF-Challenges
Capture the flag challenges
Stars: ✭ 41 (+192.86%)
Mutual labels:  ctf, pixelscamp
ctf01d
Jury System for attack-defence ctf game (ctf-scoreboard). Or you can use it for training.
Stars: ✭ 16 (+14.29%)
Mutual labels:  ctf-scoreboard, ctf-platform
axion
A toolkit for CTFs
Stars: ✭ 15 (+7.14%)
Mutual labels:  ctf, ctf-tools
CryptionTool
一个CTF+渗透测试工具框架,集成常见加解密,密码、编码转换,端口扫描,字符处理等功能
Stars: ✭ 62 (+342.86%)
Mutual labels:  ctf, ctf-tools

Pixels Camp Security CTF Dashboard

This is the repo for the Pixels Camp Security CTF Dashboard, which includes

  • a public dashboard
  • a private team area to submit answers/follow progress
  • a backoffice for the organization

Public dashboard: ![Public dashboard] (https://github.com/Probely/CTF-Game/blob/master/screenshots/public dashboard.png)

Private team area: ![Private team area] (https://github.com/Probely/CTF-Game/blob/master/screenshots/team dashboard.png)

Organization backoffice: ![Organization backoffice] (https://github.com/Probely/CTF-Game/blob/master/screenshots/backoffice.png)

Main features of the dashboard

  • start/stop the CTF
  • pause the counter (adds minutes)
  • anouncements system to teams
  • logs of correct answer submissions (in the backoffice)
  • logs of submissions (through syslog)

Setup

Each team gets a token to login in their private area. Set them up at the teams table, here. Don't reuse the tokens or else teams from previous CTFs could login as an opponent team.

Run docker-compose up. This makes the dashboard available at localhost:8050

The private team area is at localhost:8050. You can login with one of the tokens from the teams table.

The backoffice will be running here. You should (really!) protect this URL with some basic auth, or some other kind of ACL.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].