-
没法关注QQ群,看样子这是拿来放资源文件的。。。
-
I have an idea for challenge grouping where you can group challenges and it would group them in a way that you could allow partial solves.
It's only a thought experiment but I think it's a good id…
-
Hi,
During a CTF I was debugging an ARM binary that was using hardfault handlers and I was having a really difficult time, which was mostly skill issues, but I came to a spot that I think might not…
-
Currently there is limited functionality with metadata for the CTFs and their Tasks.
I am thinking
**Tasks**
- Have each task be able to store an additional challenge id (ex. the ctfd/rctf chall…
-
Program at /opt/pwn.college/win (side note: maybe we should move /opt/pwn.college to /opt/dojo) which will roughly do:
```
/usr/bin/env python
import subprocess
flag = open("/flag").read()
…
-
Make interface mobile friendly (e.g. menu items not visible on phone)
-
I happened to notice that the organizers of Backdoor CTF(SDSLabs) have a score of 75.547 points till now and it seems that majority of(>99%) the points this year are from organizing Backdoor CTF than …
-
**Disclaimer**
This is a really low priority and wishful-thinking feature request. Only requested because, at some point in the future, the whole remote capabilities of Rizin maybe will be re-thought…
-
**Environment**:
docker ctfd/ctfd latest:
**Issue**
After reviewing the recently released swagger documentation covering the api endpoints it seems that there are no endpoints handling user/session…
-
If you setup the wrong umask everything breaks. I wonder if we can detect this early on and fix it for the user somehow (or warn at least).
for now, here's what I'm doing to fix a `027` umask to `0…