Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://gitlab.com/asn42/challenge_website_2017

ASN CTF website
https://gitlab.com/asn42/challenge_website_2017

42 42born2code 42school Crackme asn association born2code challenge cryptography ctf hacker nuitduhack security sql steganography wargame

Last synced: about 2 months ago
JSON representation

ASN CTF website

Awesome Lists containing this project

README

        

# Challenges ASN NdH XV #

Site web sur lequel valider les flags et voir le leader board des challenges de l'Association Sans Nom pour gagner quelques places à la Nuit du Hack

## Install ##

Create a 42 app.

Copy `.env.sample` to `.env` and edit it.

```
npm install
./install_db.js
```

- Development
```
./fake_data.js
```

- Production
```
./populate_db.js
```

## Run ##

```
node ./bin/www
```