Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 448 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 448 Bytes

MehCTF

http://mehctf.herokuapp.com

This is a CTF Platform designed for hacking workshops conducted in the college.

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