Description
This challenge has been split into three independent steps, but the logical order is as follows: forensics (1) -> pwn (2) -> reverse (3).
*/!\ Warning: the program can actually cause some harm to your system /!*
After recovering the malicious program from the memory capture in the forensics part (or malware
file attached), you now try to find a vulnerability in this program that is executed on the C&C.
Once connected to the C&C, the flag is available at path /app/flag.txt
.
Files
- docker-compose.yml
-
malware
26.62 KiB – d63087cb4ad44b1bf07646e195e8bc2997ab0dea6119f0ef6c70ddcc51dc7f11
Authors
Challenge Instructions
- First, download docker-compose.yml:
curl https://hackropole.fr/challenges/fcsc2021-forensics-malware/docker-compose.public.yml -o docker-compose.yml
- Launch the challenge by executing in the same folder:
docker compose up
- Then, in another console, access the challenge with Netcat:
nc localhost 4000
In case you encounter problems, please consult the FAQ.
Flag
Submit your solution
You can submit your writeup for this challenge. Read the FAQ to learn how to proceed.
You need to be logged in to submit a writeup.
Writeups
There are no public solutions for this challenge yet, but you can submit yours after getting the flag.