Description
We’re putting you in the typical situation of post-exploitation. Can you get a shell?
Files
- docker-compose.yml
-
call-me-blah
15.72 KiB – e4e14b2c290c6a5722cd98cf75505d53e812418663b4dd2d7addccf9a3208f11 -
call-me-blah.c
420 B – edf36c02d899a41a5d351331023fe6c928b3382789a81eb0c350b92473339366 -
ld-2.36.so
206.02 KiB – 6f2ec03aaa085171705cb11d56995a5aeae06293201463397447076a3fc89f7d -
libc-2.36.so
1.83 MiB – 318224fc988f40df2e4f0a02ab7b1679f7e61a58203c707d4ac858d5a6ffefcd
Author
Challenge Instructions
- First, download docker-compose.yml:
curl https://hackropole.fr/challenges/fcsc2024-pwn-call-me-blah/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.