Giter Site home page Giter Site logo

hackerspider09 / lakshya-ctf24 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from riddhikul/lakshya-ctf24

0.0 0.0 0.0 15.41 MB

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

Home Page: https://lakshyactf.pictinc.org

JavaScript 80.19% Python 2.65% CSS 7.98% HTML 9.16% Dockerfile 0.02% Procfile 0.01%

lakshya-ctf24's Introduction

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 2020.

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-2020
lakshya@ctf:$ cd lakshya-ctf-2020
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.

lakshya-ctf24's People

Contributors

chaitanyarahalkar avatar ashawe avatar riddhikul avatar imgbotapp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.