Code Monkey home page Code Monkey logo

easyctf-2015's Introduction

EasyCTF 2015

Introduction

Based on PicoCTF platform.

This is the backbone to the EasyCTF 2015 website. After the competition ends, this repository will be publicly released and donated to the public for future CTF competitions.

The EasyCTF 2015 website was developed and is run on Ubuntu 14.04 LTS; if you are using another operating system, please make the necessary adjustments to the installation instructions to adapt to your system. More specific instructions on how to run and use this website are provided below.

I removed the important keys and secrets, and tried to generalize some parts of the initial installation, but we're working on an actual CTF-in-a-box platform over at OpenCTF. Good luck!

Installation

Please use OpenCTF. This repository will be left up for historical purposes.

Problem-Writing Guidelines

  • The pid field should be unique to every problem
  • Try to maintain similar categorys throughout the competition. For example, don't have Misc and Miscellaneous
  • Threshold + weightmap are for unlocking problems. For example, if you want problem D to be unlocked after 2 of problems A, B, or C are solved, then, in problem D's problem.json, use weightmap { "A": 1, "B": 1, "C": 1 } and threshold 2.
  • The bonus_points field is to award bonus points for first solvers. However, since some problems deserve a higher bonus than others, this field allows you to customize that. Even though we disabled this in EasyCTF, the feature is still there.

Contact

  • If you need help with setting up and running this website, file an issue, or email me at [email protected]
  • This software is licensed under the MIT License. See LICENSE for details.

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.