MemLabs: Educational, CTF-styled labs for individuals interested in Memory Forensics
MemLabs is an educational, introductory set of CTF-styled challenges which is aimed to encourage students, security researchers and also CTF players to get started with the field of Memory Forensics.
Warning: The size of the repository is over 1 GB. Please clone or download files as needed.
Structure Of The Repository
Directory | Challenge Name | Level Of Difficulty |
---|---|---|
Lab 1 | Beginner’s Luck | Easy |
Lab 2 | A New World | Easy |
Lab 3 | The Evil’s Den | Easy – Medium |
Lab 4 | Obsession | Medium |
Lab 5 | Black Tuesday | Medium – Hard |
Lab 6 | The Reckoning | Hard |
Flag Submission
Please mail the flags of each lab to memlabs.submit@gmail.com
Please have a look at the following example to better understand how to submit the solution.
Suppose you find 3 flags in a particular lab,
- flag{stage1_is_n0w_d0n3}
- flag{stage2_is_n0w_d0n3}
- flag{stage3_is_n0w_d0n3}
Concatenate all the flags like this: flag{stage1_is_n0w_d0n3} flag{stage2_is_n0w_d0n3} flag{stage3_is_n0w_d0n3}
Note: Place the flags in the right order. The content inside the flags indicates their place. The flags must be space-separated.
Email Format
Please follow the following guidelines when sending the solution. Below is a sample:
Email Subject: [MemLabs Solution Submission] [Lab-x]
Email your solution to memlabs.submit@gmail.com
If the solution is correct, then the participant will receive a confirmation mail.
Download
git clone https://github.com/stuxnet999/MemLabs.git
Copyright (c) 2019 P. Abhiram Kumar