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

Option to ignore file checksum in case physical files gets removed while file cache still exists in database

I'm sure there are better ways to do this, but this adds simple docker compose support to the ssh deployer. Fixes #175

This allow to mirror all the challenge with only user privileges.

Hey! Noticed something strange. If a instance is password protected via the ctfd.io instance settings, the cli tool won't work. Just to be clear, we are talking about a Site...

Hello. I am new to ctfcli, I just did `ctf init` and `ctf challenge add https://github.com/misogihagi/my-ctf-challenges.git` andgot the following error: ``` fatal: ambiguous argument 'HEAD': unknown revision or path not...

I'd like to use the SSH deploy method, but deploy an entire docker compose file with potentially multiple containers. I can probably start adding this myself, but I want to...

https://github.com/CTFd/ctfcli/blob/d78a030547ae1a3fed476b5bb152caa6c0ec620a/ctfcli/cli/challenges.py#L913-L916 We could pass healthcheck connection info as an environment variable in addition to a switch

`challenge sync` should be able to install challenge when the challenge is not installed logic: ``` if chal.found: sync chal else: install chal ``` since maybe people may want to...

Hi ColdHeat I found this repo recently and appreciate your work. I have built some challenge structures for organizing CTF competitions. I see that this repo is very new and...

We should be able to provide a URL and access token directly from `ctf init` without having to request it from the user. Something like `ctf init --url https://demo.ctfd.io --token...