Skip to content

ichinano/CTFdScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple CTFd Scrapper for challenges gathering & archiving

This Repository is no longer actively maintained. For a new update & releases, please checkout this page

Install Dependencies

$ pip install -r requirements.txt

Usage

$ python2 ctfd.py -h
usage: ctfd.py [-h] [--path path] [--worker worker] [--scheme scheme]
               [--override] [--no-download]
               url user passwd

Simple CTFd-based scraper for challenges gathering

positional arguments:
  url              CTFd platform url
  user             Username/email
  passwd           User password

optional arguments:
  -h, --help       show this help message and exit
  --path path      Target directory
  --worker worker  Number of threads
  --scheme scheme  URL scheme, default: https
  --override       Overrides old chall file
  --no-download    Don't download chall assets

Example

Alt text

About

Simple CTFd Scraper for challenges gathering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages