https://gitlab.com/asn42/challenge_website_2017
ASN CTF website
https://wargame2017.sansnom.org/
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 https://wargame2017.sansnom.org/
- Host: gitlab.com
- URL: https://gitlab.com/asn42/challenge_website_2017
- Owner: asn42
- Created: 2024-05-05T04:07:22.255Z (about 1 year ago)
- Default Branch: master
- Last Synced: 2024-10-24T08:29:13.100Z (7 months ago)
- Topics: 42, 42born2code, 42school, Crackme, asn, association, born2code, challenge, cryptography, ctf, hacker, nuitduhack, security, sql, steganography, wargame
- Stars: 0
- Forks: 0
- Open Issues: 0
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
```