RTB CTF Framework Versions Save

A fast, efficient and lightweight (~100 KB) Capture The Flag framework inspired by the HackTheBox platform. Built with Flask.

v1.4.3

2 years ago
  • Fix SQLAlchemy + greenlet dependency issue

v1.4.2

2 years ago

v1.4.1

3 years ago

v1.4.0

3 years ago

PR #76 for details.

v1.3.1

3 years ago

Please use > v1.4.0

v1.3.0

3 years ago

v1.2

4 years ago
  • Fixed bug where application gives 500 (Internal Server Error) on setup page.

  • Multiple boxes support (closes issue #17)

  • Challenges page (closes issue #56). Along with tag and category models for organization.

  • CTF settings and websites are now stored in database and can easily be changed from the new /setup view. (Closes issue #55)

  • Implemented thorough and efficient caching with use of "Flask-Caching" and "Redis".

  • Define redis service in docker-compose.yml

  • ADMIN_EMAIL, and mail related env variables added in app.json.

  • Features such as searching and exporting and new dark theme for Admin Controls (closes issues #1, #16, #36)

v1.1

4 years ago

** NOTE: Please use > v1.2 **

v0.4-alpha

4 years ago
  • Flask-admin, admin views added
  • Notifications page and admin view made
  • Organization dictionary in config.py for dynamic aside bar

i.e. features Worked on July 22nd 2019 by @Eshaan7

v0.3-alpha

4 years ago
  • Flask-admin, admin views added
  • Notifications page and admin view made
  • Flask-blueprint