Description
A zForth user refuses to update his installation, because he says ‘it is useless’.
Can you convince him to do it anyway by finding the flag in the interpreter environment (variable FLAG
)?
Note: A more complex variant of this challenge is available here: May The Fifth.
Files
- docker-compose.yml
-
may-the-forth
40.79 KiB – 2dc120c7370df89fe9361bb29bcc110ca9d8a2b8b26e4c589aa9e86fb313398f -
may-the-forth-public.tar.xz
12.46 KiB – ea55eb740622ed0d5234fcdf65fcd99cf83aa4d2bfa2a125441661f131fe66ac
Author
Challenge Instructions
- First, download docker-compose.yml:
curl https://hackropole.fr/challenges/fcsc2023-pwn-may-the-forth/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.