CTFd
CTFd copied to clipboard
CTFs as you need them

when i run this in terminal, it notice me that: ctfd-1 | exec /opt/CTFd/docker-entrypoint.sh: no such file or directory can you help me asap thank
**Environment**: - CTFd Version/Commit: 3.7.0 - Operating System: Ubuntu 22.04.3 LTS - Web Browser and Version: Bug is occurs in Newest Chrome, Chromium and Firefox. Not tested more. **What happened?**...
CTFd's plugin system bases itself on python features, notably, the fact that functions can be modified, wrapped, and replaced entirely at any time. While this is a good thing for...
**Environment**: - CTFd Version/Commit: 3.7.0 - Operating System: any - Web Browser and Version: Firefox 115 **What happened?** When playing a challenge in a language different than English, with the...
Recently, I've been addressing the following issue: https://github.com/CTFd/CTFd/issues/1389. Modified _get_s3_connection() to directly fetch session_token from environment variables. `session_token` values often change, and it seemed impractical to retrieve them through `config.ini`...
**Current situation**: In current CTFd API, there are 2 endpoints for scoreboards: - `/api/v1/scoreboard/`: return the whole standings, with team members. In core-beta theme, this is used to generate the...
Exports should not be a process that requires the worker should live. Isntead it should be kicked off as a kind of async job and we should have a list...