Usage: cli.py [OPTIONS] COMMAND [ARGS]...
Command Line Interface (CLI) for interacting with echoCTF.RED
Default configuration file: ~/.echoctf.json
Options:
--config TEXT Path to the JSON configuration file.
--help Show this message and exit.
Commands:
claim Attempts to claim the specified `FLAG`.
spin Spins the target specified by `TARGET_ID`.
Installation from source via pipx
pipx install git+https://github.com/Rising-Edge-Group/ectf-public
{
"instance_url" : "https://echoctf.red/",
"_identity-red": "REDACTED"
}