Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 690 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 690 Bytes

ectf-public

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

Configuration file sample structure:

{
    "instance_url" : "https://echoctf.red/",
    "_identity-red": "REDACTED"
}