[go: nahoru, domu]

Skip to content

🐱‍👤 Introduction project to computer security

Notifications You must be signed in to change notification settings

maxisimo/42-Snow-Crash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42 logo


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.
This project is composed of 14 levels, each one contains a security breach that gives you access to the next level.

General instructions

To make this project, you will have to use a VMV(64 bits). Once you have started your machine with the ISO provided with this subject, if your configuration is right, you will get a simple prompt with an IP :
alt tag
Then, you will be able to log-in using the following couple of login:password :
level00:level00
You really shoud use the SSH connection available on port 4242 :
$> ssh level00@[VM_IP] -p 4242
Once registered, you’re gonna have to find the password that will log you in with the "flagXX" account (XX = current level number).
Once logged to the "flagXX" account, launch the "getflag" command.
It will give you the password to connect to the next level (You may not be able to connect to a "flagXX" account - in this case, you will have to find an alternative method, like a command injection on the program depending on its rights, for instance!).
• Here is a session example :
alt tag
• To help you with some levels, you’re gonna have to use external softwares. You should learn how to use the SCP command.

Architecture

This project can be separated into three parts :

  • level[00-09] : This is the mandatory part.
  • level[10-14] : This part concerns the bonuses that allowed me to go beyond a rate of 100/100.

Mandatory part and bonuses

All the folders belonging to these two parts are made up as following :
alt tag

  • flag
  • Ressources (Everything I needed to prove my results during the evaluation)
    • help.md : Step-by-step procedure.

Minimal setup requirements of the VM

For this project, I used VirtualBox in order to create the VM. You will also need to download the ISO, avaible in the 42 school intranet (as the subject of this project).

  • Name : SnowCrash
  • Type : Linux
  • Version : Ubuntu (64-bit)
  • RAM : 1024 MB
  • CPU : 1
  • Network access mode : bridge
  • Port : 4242

Rate : 125/100

About

🐱‍👤 Introduction project to computer security

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages