ctfcli icon indicating copy to clipboard operation
ctfcli copied to clipboard

ctfcli is a tool to manage Capture The Flag events and challenges

Results 54 ctfcli issues
Sort by recently updated
recently updated
newest added

I am not sure if ctfcli currently does this but I don't think it does. We should be setting a user agent of something like "ctfcli v0.0.0".

# The bug I ran into a problem last year: when I tried to create or synchronize a challenge containing a large file (i.e. a forensics challenge with a 15...

If I have a challenge that I want to have with a value of 0, I get an error saying 'Challenge does not provide a value' I think this is...

Inside of most of the keys, it is optional to have values. https://github.com/CTFd/ctfcli/blob/d8e08daedd6d22159f5978e1619b9d7073aa07f8/ctfcli/core/challenge.py#L583 For files, it is not optional and fails if you have no files under your key. Removing...