Description
This meme generation application is vulnerable to a very classic technique.
The bot accessible via the service holds the flag in its localStorage
.
Files
- docker-compose.yml
-
meme-generator.tar.xz
533.48 KiB – 9b5d2fba6672fd9d62df1ee00daa7713162be3c0f39ab5fe04c8b7c8ed9e9a61
Author
Challenge Instructions
- First, download docker-compose.yml:
curl https://hackropole.fr/challenges/fcsc2025-web-meme-generator/docker-compose.public.yml -o docker-compose.yml
- Launch the challenge by executing in the same folder:
docker compose up
- Access the challenge at http://localhost:8000/.
- 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.