Skip to content

This project is an introduction to computer security in various sub-domains, with a developer-oriented approach.

Notifications You must be signed in to change notification settings

Archips/snow-crash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snow-crash

This project is part of the cybersecurity post common core projects. It's an introduction to computer security involving 15 levels and thus 15 flags to progress from one level to another. Through those levels, we discover many sub security domains and become familiar with some languages (ASM, Perl, php, bash, ..). Moreover, this project offers a new logic to dissect programs we are unfamiliar with and an certain awareness of security risks linked to simple programming errors.

Setup

Starting the project, all we have is an .iso. As suggest by the subject, it's really recommended to connect to that vm through ssh. To do so, we have to follow some certain steps, thanks to this tutorial it's not really complicated. We have also a second vm running kali on virtual box.

Useful commands

  1. ssh
    ssh level<XX>@<IP> -p 4242
    For instance : ssh [email protected] -p 4242

  2. scp
    scp -P 4242 level<XX>@<IP>:<path/of/file/> <destination/path>
    For instance : scp -P 4242 [email protected]:/home/user/level09/token .

Helpful tools

  1. Dogbolt
  2. GDB
  3. Ghidra
  4. John the Ripper
  5. Wireshark

Author

Archibald Thirion

About

This project is an introduction to computer security in various sub-domains, with a developer-oriented approach.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages