/mehctf

The Meh-est CTF in all of the interwebs

Primary LanguagePythonMIT LicenseMIT

MehCTF

http://mehctf.herokuapp.com

Instructions

  1. Clone
  2. Make a venv using python3 -m venv mehctf
  3. Activate virtual environment using source mehctf/bin/activate
  4. pip install -r requirements.txt
  5. gunicorn application:app

Admin User

  1. Register a normal User
  2. Edit register_admin.py with your username
  3. run register_admin.py