Skip to content

[Public-Release] Command Line Interface designed to interact with echoCTF.RED

License

Notifications You must be signed in to change notification settings

Rising-Edge-Group/ectf-public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
}

About

[Public-Release] Command Line Interface designed to interact with echoCTF.RED

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages