CTFWriteupScrapper Logo

CTFWriteupScrapper

0
Free
Visit Website

CTFWriteupScrapper is a tool that scrapes all writeups from http://ctftime.org/ and organizes them for easy access, allowing users to prioritize which writeups to read first. To use the tool, initialize the SQLite database by running the commands: python manage.py db init, python manage.py db migrate, python manage.py db upgrade. Start the tool by running: python runserver.py and access it from your browser at 127.0.0.1:31337. Users can update their database with the latest writeups from ctftime by visiting 127.0.0.1:31337/feed/. The tool has requirements including Flask, BeautifulSoup, urllib2, and mechanize. It is a work in progress with an empty screenshot and is licensed under MIT by @abdilahrf.

FEATURES

ALTERNATIVES

A module that enforces HTTPS connections and automatically redirects non-encrypted HTTP requests to HTTPS.

Docker file for building Androguard dependencies with an optional interactive shell environment.

A Python script to check system compliance against CIS Benchmarks with customizable options.

Non-profit organization supporting the advancement of open source software.

A collection of CTF source files and write-ups that anyone can contribute to

Search OpenBSD manual pages by keyword, section, or manual page name

A collection of writeups of CTF challenges I solved, including explanations of the challenges and how I solved them.

Android port of Radamsa for generating code with Android NDK support.