/lakshya-ctf-2019

Lakshya CTF is an online platform to test and advance skills in Penetration Testing and Cybersecurity.

Primary LanguageJavaScriptMIT LicenseMIT

Lakshya CTF

Lakshya CTF is a free online platform to test and advance skills in Penetration Testing and Cybersecurity. This repository hosts the codebase for Lakshya CTF's website for 2019.

The project can be hosted as it is or can be extended as per requirements.

Running the Project

Running Locally

Lakshya CTF is designed using the Django framework. Building the project requires PIP and Python 3. It is recommended to install all the Python dependencies in a virtual environment.

To get started, create a virtual environment -

lakshya@ctf:$ git clone https://github.com/Lakshya-CTF/lakshya-ctf-2019
lakshya@ctf:$ cd lakshya-ctf-2019
lakshya@ctf:$ virtualenv venv
lakshya@ctf:$ source venv/bin/activate 
lakshya@ctf:$ pip install -r requirements.txt

Migrate the Django SQLite database before running the server.

lakshya@ctf:$ python manage.py makemigrations app 
lakshya@ctf:$ python manage.py migrate app
lakshya@ctf:$ python manage.py makemigrations  
lakshya@ctf:$ python manage.py migrate
lakshya@ctf:$ python manage.py runserver

Create a super user to upload CTF challenges -

lakshya@ctf:$ python manage.py createsuperuser

The administration page is located by default at localhost:8000/admin. New challenges can be added here. Challenge-related files will persist in the Uploads folder. Settings for the website can be configured using the CTFFinal/settings.py file.

Hosted Deployment

One-click deploy on Heroku

Deploy

Authors

Chaitanya Rahalkar

Anushka Virgaonkar

Harsh Saglani

Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

License

Copyright © 2020 Lakshya CTF.
This project is MIT licensed.