Git Product home page Git Product logo

hsctfsite's Introduction

hsCTFSite

About

hsCTF is the first CTF run by high school students. It's for students who are in high school and love CS, or are curious about it. This is the website for hsCTF.

Starting it Up

On a Unix-based system such as Linux, BSD, Solaris, or OSX, cd to the inside of this directory:

cd path/to/hsCTFSite

Or for Windows, in Command Prompt:

cd path\to\hsCTFSite

Then run the following:

node app.js

(of course, you must have node.js installed first) You may then get the list of emails by submitting your password as an email. The password is encoded as the password hashed with sha512 in app.js, you can set it your own value so you can use it.

hsctfsite's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

hsctfsite's Issues

Building issue

Could just be something wrong with my configuration (as I have little to no experience with redis/grunt), but I keep getting this error when running node app.js in the main directory:

    throw new TypeError("Parameter 'url' must be a string, not " + typeof url)
          ^
TypeError: Parameter 'url' must be a string, not undefined
    at Url.parse (url.js:110:11)
    at Object.urlParse [as parse] (url.js:104:5)
    at Object.<anonymous> (/Users/peter.kos/Code/Github/hsCTFSite/app.js:8:20)
    at Module._compile (module.js:460:26)
    at Object.Module._extensions..js (module.js:478:10)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)
    at Function.Module.runMain (module.js:501:10)
    at startup (node.js:129:16)
    at node.js:814:3

I'm on node version 0.12.2, using OSX 10.10.3.

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.