Skip to main content

A tool for managing CTF challenges and challenge repositories using the OpenChallSpec

Project description

challtools

challtools is a tool that manages CTF challenges and challenge repositories using the OpenChallSpec challenge format.

Installation

To install or upgrade challtools, use pip:

pip3 install --upgrade challtools

Usage

Initialization

challtools can initialize a directory with a challenge template for you. To get a template PHP challenge simply run:

$ challtools init php 
Directory initialized!
$ tree

├── challenge.yml
└── container
    ├── Dockerfile
    └── index.php

1 directory, 3 files

Validating

challtools includes an OpenChallSpec validator. To validate that a challenge complies with the spec, run challtools validate in the challenge directory:

$ challtools validate
No issues raised.
Validation succeeded. No issues detected!

Building

challtools can build docker containers and run build scripts defined in the challenge config for you. Running challtools build with a container defined in the configuration will build that container:

$ challtools build
Flag: example{this_is_the_flag}
Processing container default...
Interpreting "container" as an image build directory
Building image...
Challenge built successfully!

Any solution containers will also be built in the same way.

challtools can also run custom build scripts, defined by adding something like this to the challenge config:

custom:
  build_script: build.sh

This will run the build.sh file before any containers are built with the flag as a command line argument, allowing the flag to be inserted programmatically into the challenge. This eliminates any flag mismatches arising from the flag being defined in multiple places.

Starting

challtools can start challenges for you. This is done by running challtools start in the challenge directory, with the optional -b flag to rebuild containers:

$ challtools start
Started container default
Services:
nc 127.0.0.1 50000

Solving

If a challenge solution is defined, challtools can verify that the challenge is solvable by automatically solving it. It does this by first building the challenge, starting it, starting the solution docker container and checking for if it outputs a flag. This is done using challtools solve:

$ challtools solve
Started container default
Solving...
example{this_is_the_flag}

Challenge solved successfully!

Other

challtools includes many other useful commands:

$ challtools --help
usage: challtools [-h] {allchalls,validate,build,start,solve,compose,ensureid,push,init,spoilerfree} ...

A tool for managing CTF challenges and challenge repositories using the OpenChallSpec

positional arguments:
  {allchalls,validate,build,start,solve,compose,ensureid,push,init,spoilerfree}
    allchalls           Runs a different command on every challenge in this ctf
    validate            Validates a challenge to make sure it's defined properly
    build               Builds a challenge by running its build script and building docker images
    start               Starts a challenge by running its docker images
    solve               Starts a challenge by running its docker images, and procedes to solve it using the solution container
    compose             Writes a docker-compose.yml file to the challenge directory which can be used to run all challenge services
    ensureid            Checks if a challenge has a challenge ID, and if not, generates and adds one
    push                Push a challenge to the ctf platform
    init                Initialize a directory with template challenge files
    spoilerfree         Pretty print challenge information available for participants, for test solving

options:
  -h, --help            show this help message and exit

Autocompletion

challtools supports shell autocomplete through argcomplete. To use it, either activate global completion or enable it manually for bash, zsh or fish (remember to replace my-awesome-script with challtools).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

challtools-0.5.1.tar.gz (42.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

challtools-0.5.1-py3-none-any.whl (43.8 kB view details)

Uploaded Python 3

File details

Details for the file challtools-0.5.1.tar.gz.

File metadata

  • Download URL: challtools-0.5.1.tar.gz
  • Upload date:
  • Size: 42.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for challtools-0.5.1.tar.gz
Algorithm Hash digest
SHA256 92de8d36ab03202ae94963fa799621f899cfa7c82fa568704289d9931e96ab9f
MD5 85790b2e8287b2dbeb8be29f94c7196e
BLAKE2b-256 7c4d4f8454f18049570019ff3ec766f0045a77a3ab675173e2bd2b9de930e5e1

See more details on using hashes here.

File details

Details for the file challtools-0.5.1-py3-none-any.whl.

File metadata

  • Download URL: challtools-0.5.1-py3-none-any.whl
  • Upload date:
  • Size: 43.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for challtools-0.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4ae19a7841f90c910c431fc26e77b75420b6f5a0f599aa37a172ecb906fbd557
MD5 b584c53ad2c5e33af0551fee71aa58ff
BLAKE2b-256 d6fcb994084ca8861787be891a289490da2e148ab6ade82a94774d30025388fc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page