ctfd-parser icon indicating copy to clipboard operation
ctfd-parser copied to clipboard

A python script to dump all the challenges locally of a CTFd-based Capture the Flag.

Results 3 ctfd-parser issues
Sort by recently updated
recently updated
newest added

When parsing https://byu.ctfd.io, In line 120: size = int(r.headers["Content-Length"]) throws an error, because headers["Content-Length"] does not exist. Commented that line and set size = 0 However, when investigating what size...

When parsing `https://osintgames.ctfd.io`, I get all the questions in `.md` files, but `no photos` or `videos` were pulled.

bug