Metadata-Version: 2.1
Name: CTFDump
Version: 0.3.0
Summary: CTFd Dump - When you want to have an offline copy of a CTF.
Home-page: https://github.com/mosheDO/CTFDump
Author: RealGame (Tomer Zait)
Author-email: realgam3@gmail.com
License: GPLv3
Platform: any
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Description-Content-Type: text/markdown
License-File: LICENSE

# CTFDump
![Logo](https://github.com/hendrykeren/CTFDump/blob/master/assets/logo/250%20px.png)

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/`

> or for rCTF platform

`python CTFDump.py -c rCTF -t team-token https://demo.ctfd.io/`

### Command Line Flags

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

```text
usage: CTFDump.py [-h] [-v] [-c {CTFd,rCTF}] [-n] [-u USERNAME] [-p PASSWORD] [-t TOKEN] url

positional arguments:
  url                   ctf url (for example: https://demo.ctfd.io/)

options:
  -h, --help            show this help message and exit
  -v, --version         show program's version number and exit
  -c {CTFd,rCTF}, --ctf-platform {CTFd,rCTF}
                        ctf platform (default: CTFd)
  -n, --no-login        login is not needed (default: False)
  -u USERNAME, --username USERNAME username (default: None)
  -p PASSWORD, --password PASSWORD password (default: None)
  -t TOKEN, --token TOKEN team token for rCTF (default: None)
```

### Kudos
* [mosheDO](https://github.com/mosheDO) - For The rCTF Support
* [hendrykeren](https://github.com/hendrykeren) - For The Awesome Logo
