-
As a CTF participant, I want to log in to my dashboard and view a list of available challenges that I can filter by type and difficulty level, so that I can easily find challenges that match my skills…
-
A lot of people say that rating weight is non-transparent at the moment. What if we allow last years top 10 (20?) teams to decide event ratings?
-
# Idea
On each challenge in CTFd, an indicator of challenge health.
## Implementation
- A `challenges_healthcheck` function that expires every ~5 minutes (using a timed lru cache)
- An option…
-
This way you don't have to time shutting down the Engine perfectly while still calculating points one last time at the end.
-
Installing plugins from the browser is a **big** step forward for CTFd.
This basically needs CTFd to support a few concepts:
- [ ] Concept of where plugin files should be stored
- [ ] How to …
-
Radare2 Documentation page sucks. So this pad aims to find a solution for this:
* http://radare.org/r/docs.html
-----------------------------
List of r2con talks
* heap analysis ..
h…
-
Adding Links for
- Online training grounds and practice challenges
- Online courses and materials
- Capture the Flag (CTF) games
-
**Environment**:
- CTFd Version/Commit: 3.7.4
- Operating System: NA
- Web Browser and Version: NA
**What happened?**
The API call (GET) to `/api/v1/challenges/` does not return the `attrib…
-
Hi all,
I understand that docker re-mounts /proc for containers. I would like to add the hidepid=2 option to that (re)mount, but have not found any configuration option to do this. I understand I'd p…
-
@ameserole
Have a couple of questions using Akeso - Secure Coding/Config framework:
I spinned off gitlab instance and git-runner with docker executer on two different server instances per the doc…