A live scoreboard for CTFd, designed for placing on the main screen in a CTF competition. Shows live solve info as well as a live blooket/gimkit style scoreboard leaderboard.
Github Copilot for simple debugging.
A live scoreboard for CTFd, designed for placing on the main screen in a CTF competition. Shows live solve info as well as a live blooket/gimkit style scoreboard leaderboard.
Github Copilot for simple debugging.
Got a full stack of information from CTFd > flask > my frontend. I modified a CTFd discord webhook plugin to send information to my API endpoint, then the flask server uses websockets to send the new entry to the solve log. The CTFd plugin has a few formatting issues, so that’s what I’m working on next.
Log in to leave a comment
Getting started on the backend! First up is parsing info about your CTFd instance from a TOML file and using JS to place that in the HTML. Easy stuff! Using flask for backend. And tailwind css for frontend.
(not a whole lot to see yet!)
Log in to leave a comment