Coder Social home page Coder Social logo

querdos / challengeme Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 11.77 MB

Open Source platform for CTF challenges solving

PHP 28.09% HTML 25.53% Shell 0.17% CSS 29.25% JavaScript 16.96%
security security-vulnerability challenges ctf ctf-scoreboard esiea

challengeme's Introduction

ChallengeMe

Introduction

WARNING: The platform is not ready for production yet, please wait the first release

At first, it was a school initiative project for a CTF (Capture the flag) platform. The goal is to provide a complete solution for persons or organizations who wants to organize CTF events.

Credits

Originally, it was developed as an ESIEA project by :

Feel free to contact us if you want to fork the project.

Installation

Requirements

Vendors installation

On the challengeme root directory, launch PHP Vendors installation by running the following command:
$ composer install

The next step will consist on installing Web vendors with the following command:
$ bower install

Finally, you can dump assetic assets by running the following command:
$ ./console assetic:dump

Database configuration

Now that all vendors are installed, you have to configure your parameters.yml file by specifying database connection. After these parameters entered, you can migrate your database by running the following command:
$ ./console doctrine:migration:migrate

Optional: Load fixture (not for production)

If you want to have a first look at the platform with fictive players, teams and challenges, with the the following set:

  • 90 players
  • 30 teams
  • 25 categories
  • 125 challenges
  • Each team will have solved 75 challenges (randomly), so the ranking will be natural and not predefined

You can run the following Fixture command:
$ ./console doctrine:fixtures:load --fixtures=src/Querdos/ChallengeMe/PlayerBundle/DataFixtures

challengeme's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

challengeme's Issues

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.