https://github.com/f0rkr/snowcrash
https://github.com/f0rkr/snowcrash
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/f0rkr/snowcrash
- Owner: f0rkr
- Created: 2022-10-20T11:53:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-19T13:18:28.000Z (over 2 years ago)
- Last Synced: 2025-01-27T23:14:27.752Z (4 months ago)
- Language: C
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SnowCrash
42 project which aims to introduce us to computer security.SnowCrash is a **CTF** like project where you have to solve a challenge in order to get a flag to move on to the next level. There is a total of 15 levels (10 regular levels and 5 bonus levels).
It will test your knowledge in:
- `UNIX` based systems
- Different programming languages such as `ASM, Perl, Lua, PHP`
- Network packet data analysis
- `Shell` scriptingOf course since this is an introduction none of the exercises are too tricky, that being said some of them are a bit more challenging than others.
## Tools
We heavily recommend using the following tools / commands:
- **GDB** *(Please take the time to learn how to use it, seriouly !)*
- **ltrace**
- **Wireshark**
- **curl**
- **netcat**