redpwn / rCTF-CLI

A CLI management tool for your rCTF installation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

rCTF-CLI (rctf-cli) is a CLI tool to help you manage your rCTF installation.

Installation

# pip3 install rctf-cli

Usage

To read more about its usage, see the wiki page or the GitHub repository.

Starting rCTF

# rctf start

Stopping rCTF

# rctf stop

Upgrading rCTF

# rctf update

Configuring rCTF

Viewing Configuration

# rctf config
# rctf config [key]

Editing Configuration

# rctf config [key] [value]

About

A CLI management tool for your rCTF installation

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 99.4%Language:Shell 0.6%