-
This was a great CTF...but is there a way to reproduce this in house via deployment scripts and the like?
-
We didn't have a chance at the CTF, but we should figure out what babyheap needs, and if we should add a technique to how2heap for it.
-
With `SQLALCHEMY_DATABASE_URI = 'sqlite://'`, upgrade() doesn't appear to create tables.
My tests fail with:
`OperationalError: (sqlite3.OperationalError) no such table`
-
Hi I was Uploading Images to CTFd It worked once but I can Upload any more images ? I tried to create new Folder in CTFd Directory Same Folder that was created when I uploaded the logo i added the ima…
-
At https://ctf.hackucf.org, we are using CTFd deployed from within Docker using this command:
```
docker run --restart=unless-stopped -d -p 127.0.0.1:8000:8000 -v /ctf/ctfd.db:/opt/CTFd/CTFd/ctfd.db …
-
Custom path bruteforcer: common files/dir found in CTF challenges.
TODO :
- [x] Create a python module
- [x] Create the RoR API call
- [x] Create associated UI
-
No doubt that practicing our skills is important and CTFs provide a lot of opportunity for doing that. My question is twofold:
* Given that there are numerous lists of wargaming/hacking challenge s…
-
BIG CHANGE
We should probably have all the config data just stored in memory, instead of all kept in the database where it doesn't need to be.
-
Sorry, having a bit of trouble using this script to generate a skeleton for the NCL ctfs, just curious on the specifics of it. Where exactly do I specify task names, files, etc? Is the script expectin…
-
Hi,
now, when people say that voting-based rating schema does not work - let's discuss how can we fix it.
Should we use ELO-like system? Something else?