Skip to content

A scraper to automatically format a writeup markdown document for common CTF platforms

Notifications You must be signed in to change notification settings

toasterpwn/ctf-autowriteup

Repository files navigation

ctf-autowriteup

A scraper to automatically format a writeup markdown document for common CTF platforms Currently only works on CTFd platforms, i am planning to expand to the HackTheBox ctf platform and the PicoCTF platform next. DM me on twitter if you have any other suggestions

Installation/Usage

$ pip3 install -r requirements.txt

$ python3 main.py -h

# usage: main.py [-h] [--url URL] [--username USERNAME] [--password PASSWORD]

# Scrape Common CTF Platforms to format for an easy writeup document

# optional arguments:
#  -h, --help            show this help message and exit
#  --url URL             The url for the ctf website e.g. http://ctf.testing.io
#  --username USERNAME, -u USERNAME
#                        Your username for the CTF
#  --password PASSWORD, -p PASSWORD
#                        Your password for the CTF

Your overarching statement about the CTF should be placed in the desc.txt file.

About

A scraper to automatically format a writeup markdown document for common CTF platforms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages