Giter Club home page Giter Club logo

ctf2020's Introduction

lakshya 2020

Running Locally

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

To get started, create a virtual environment -

pip3 install virtualenv
virtualenv venv
source venv/bin/activate 
pip3 install django

Migrate the Django SQLite database before running the server.

cd CTF2020/lakshya
python3 manage.py makemigrations  
python3 manage.py migrate
python3 manage.py runserver

final update

๐ŸŒŸ ๐ŸŒŸ ๐ŸŒŸ ๐ŸŒŸ ๐ŸŒŸ ๐ŸŒŸ

  1. Qpage
  • submitting response
  • score updation
  • storing difficulty level
  • hint logic
    • score updation
  • solved tag
  • chart
  • colour models
  • timer
  1. leaderboard
  • username, time, score printing
  • graph ...
  • submit time, pass time,
  • sorting according to score
  • sorting acc to time
  1. logout button

  2. SESSION

update

1.INTEGRATION WITH frontend

  • Home Page
  • Login Page
  • Register Page
  • Challenge / Quests Page
  • 404 Not Found Page
  • Leaderboard Page
  • About / Rules Page
  • Instructions Page
  1. Qpage
  • rating for questions
  • hint on question page
    • score updation
  1. leaderboard
    • graph
    • sorting according to score
    • sorting acc to time

update 6/3/20

  1. question page (first.html in our project)

    • challenges should be displayed
    • input field to accept the answer
    • comparing
    • score updation
  2. leaderboard

    • user name
    • score
    • sorting according to score
    • sorting acc to time
  3. timer

ctf2020's People

Contributors

rutujadhanawade avatar adwait2001 avatar krishnumkhodke 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.