Giter Site home page Giter Site logo

red-cadets / beard Goto Github PK

View Code? Open in Web Editor NEW
14.0 0.0 5.0 378 KB

Attack/Defense CTF scoreboard parser

License: MIT License

Dockerfile 1.32% Python 35.55% JavaScript 34.61% HTML 0.86% Vue 27.41% Shell 0.26%
ctf capture-the-flag attack-defense ctf-tools

beard's Introduction

Beard - Attack/Defense CTF scoreboard parser

Language: English | Русский

Beard - a comfortable way to track progress of your team during A/D competitions

✨ Features

  • Parsing of supported scoreboards (hackerdom/forcad)
  • Score graph of all teams with automatic scaling for your team
  • Primitive prediction of the score graph
  • Flag loss graph for each service
  • Graph of receiving flags for each service (similar to the effectiveness of exploits)
  • Telegram alerts about flag loss, service status, place changing (use courier)

🛠 Supported scoreboards

A/D framework Link Status Description
ForcAD https://github.com/pomo-mondreganto/ForcAD
HackerDom checksystem https://github.com/HackerDom/checksystem parsing old-style view at /board

🙋 Table of Contents

📖 Fast Installation Guide

🐳 Docker

Clone repository

git clone https://github.com/Red-Cadets/beard.git

Go to folder:

cd beard

Change .env with your settings:

  • SCOREBOARD - Scoreboard location. Example: http://6.0.0.1/board
  • TEAM - Team name or team IP to display information about. Example: Red Cadets or 10.10.1.15
  • TYPE - Scoreboard type. Example: forcad or hackerdom
  • BOT_URL - Telegram bot api address (webhook) for notification. For easy bot integration, use courier. Message format:
{
    "message": "Notification here",
    "type": "markdown",
    "id": "parser",
    "to": "tg chat id here"
}
  • ROUND_TIME - Round time in seconds. For example: 120
  • EXTEND_ROUND - The number of rounds to predict future graph. The prediction is based on the points of the last 5 rounds. For example: 10
  • MONGO_USER - DB username. Например: parser
  • MONGO_PASS - DB password. Например: parser Run docker-compose:
docker-compose up -d

and go to URL

http://127.0.0.1:65005/

🖼️ Gallery

Главная страница
Graph of scores of all teams on the scoreboard
Главная страница
Flag loss graph
Главная страница
Graph of receiving flags
Главная страница
Telegram alerts

🎪 Community

If you have any feature suggestions or bugs, leave a Github issue. Open to pull requests and other forms of collaboration!

We communicate over Telegram. Click here to join our Telegram community!

📝 TODO

Open to ideas!

❤️ Thanks to

Hackerdom parser is based on https://github.com/Vindori/hackerdom-board-parser

beard's People

Contributors

b1n4r9 avatar d00movenok avatar krauseberg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

beard's Issues

Add the board

Please add a board to the beard using forcad board style
Also it will be good if you will use header style too

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.