Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acensjj/snow-crash
Projet introductif à la sécurité en informatique, Snow Crash a pour but de faire découvrir la sécurité dans différents sous-domaines, avec une approche orientée développeur. Vous allez vous familiariser avec plusieurs langages (ASM/perl/php..), développer une certaine logique pour comprendre des programmes inconnus, et ainsi prendre conscience des problèmes liés à de simples erreurs de programmation .
https://github.com/acensjj/snow-crash
42 42born2code snow-crash
Last synced: about 7 hours ago
JSON representation
Projet introductif à la sécurité en informatique, Snow Crash a pour but de faire découvrir la sécurité dans différents sous-domaines, avec une approche orientée développeur. Vous allez vous familiariser avec plusieurs langages (ASM/perl/php..), développer une certaine logique pour comprendre des programmes inconnus, et ainsi prendre conscience des problèmes liés à de simples erreurs de programmation .
- Host: GitHub
- URL: https://github.com/acensjj/snow-crash
- Owner: AcensJJ
- Created: 2021-11-18T13:39:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-01T16:36:22.000Z (about 2 years ago)
- Last Synced: 2024-11-09T04:32:39.574Z (about 2 months ago)
- Topics: 42, 42born2code, snow-crash
- Language: Shell
- Homepage:
- Size: 4.61 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# snow-crash
### Description
This project is an introduction to computer security. Snow Crash will make you discover security in various sub-domains, with a developer-oriented approach. You will become familiar with several languages (ASM/perl/php…), develop a certain logic to understand unknown programs, and become aware of problems linked to simple programming errors
> *Project en collaboration avec Nemuel Page Léonie (nepage-l).*
# Mandatory part
- Your repo must include anything that helped you solve each validated test.
- Your repository will look like this:
![rendu](https://user-images.githubusercontent.com/45235527/142430447-e9724631-561a-4432-99c5-c6c6c651bd75.PNG)
- You will keep everything you need to prove your results during the evaluation in the Resource folder. The flag file may be empty, but you may have to explain why.
- If you need to use a specific file that’s included on the project’s ISO, you must download it during the evaluation. You must put it in your repo under no circumstances.
- If you plan to use a specific external software, you must set up a specific environment (VM, docker, Vagrant).
- You’re invited to create scripts that will make you stall, but you will have to explain them during the evaluation.
- For the mandatory part, you must complete the following list of levels:
- level00.
- level01.
- level02.
- level03.
- level04.
- level05.
- level06.
- level07.
- level08.
- level09.# Bonus part
- For the bonus part, you can complete the following list of levels:
- level10.
- level11.
- level12.
- level13.
- level14.