im-0 / CTFDump

CTFd Dump Tool - When you want to have an offline copy of a CTF.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CTFDump

Logo

CTFd Dump Tool - When you want to have an offline copy of a CTF.

Basic Usage

python CTFDump.py -u username -p password https://demo.ctfd.io/

Command Line Flags

See --help for the complete list, but in short:

Usage: CTFDump.py [-h] [-v] -u USERNAME -p PASSWORD url

positional arguments:
  url                   CTFd URL (For example: https://demo.ctfd.io/)

optional arguments:
  -h, --help            show this help message and exit
  -v, --version         show program's version number and exit
  -u USERNAME, --username USERNAME CTF username (default: None)
  -p PASSWORD, --password PASSWORD CTF password. (default: None)

About

CTFd Dump Tool - When you want to have an offline copy of a CTF.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%