Giter Club home page Giter Club logo

ctf-ratings's Introduction

CTF-Ratings

ctftime.org じゃないレーティングシステム考えて、ついでに色がついたら最高だよねというプロダクト

レートとパフォーマンス

基本的にAtCoderに準拠している。

  • コンテストの対象レーティングが存在しない
  • 初期パフォーマンスは1200
  • レーティング上限なし

Difficulty

レートXのチームがその問題を解ける確率が50%のとき、その問題のDifficultyはX

How to contribute?

Add CTF Result

Add <CTF>.json to ./data/events/. Scoreboard format is following mainly https://ctftime.org/json-scoreboard-feed.

{
  "tasks": ["task1", "task2", ...],
  "standings": [
    {
      "pos": 1,
      "team": "teamName",
      "score": 1333,
      "taskStats": {
        "task1": {
          "points": 1,
          "time": 1615117300
        },
        "task2": {
          "points": 1,
          "time": 1615117300
        }
      }
    },
    { ... }
  ],
  "date": 1600000000, // added
  "name": "CTF Name" // added
}

Add your team alias

See example https://github.com/theoremoon/ctf-ratings/blob/main/data/teams/zer0pts.json

Missing CTFs

  • D^3 CTF (scoreserver is closed)
  • vishwaCTF 2021 (cloudflare protection)
  • BCA CTF 2021 (no scoreserver)
  • White-Hats Break the Syntax CTF (ssl handshake failed)
  • Volga CTF2021 Qualifier (non-scrapable original platform)
  • BSides Canberra CTF 2021 (scoreboard closed already)
  • Cyber Apocalypse 2021 (how do I scrape htb ctf platform?)
  • Hero CTF v3 (bot check)
  • WPICTF (cloudflare)
  • TAMU CTF (cannot see solved tasks of other teams)
  • pwn2win (I forgot to collect the scoreboard ;_;)
  • Circle City Con CTF 2021 (scoreboard closed immediately after the competition)
  • THC CTF 2021 (registration closed immediately after the competition and challenges were only opened for the competitors)
  • CyberThreatForce CTF | 2021 (registration is closed / scoreboard not available)
  • CyBRICS CTF (I cannot know each teams solved what challenges)
  • RAR CTF (I cannot know each teams solved what challenges) added by @willwam845 at (theoremoon#57)
  • Really Awesome CTF (ditto)
  • InCTF (scoreserver is closed)
  • FwordCTF 2021 (scoreserver is unstable to scrape)
  • YauzaCTF 2021 (cannot see solved tasks of other teams)
  • WORMCON 0x01 (UserAgent Denied)
  • GrabCON (cloudflare protection)
  • RCTF 2021 (XCTF)

Author

  • theoremoon (zer0pts)

License

Apache 2.0

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.