Description
Finally, the new version of cowsay is out! Discover shrimp-say!
To ask the bot to say something, just connect with:
nc localhost 4000
Files
- docker-compose.yml
-
shrimp-say.tar.xz
14.11 KiB – 0e3b7a9a7b1cfdd8d7978f837f667c58ec43ba3f7496703d3f92d7a67bd65ef6
Author

BitK
Challenge Instructions
- First, download docker-compose.yml:
curl https://hackropole.fr/challenges/fcsc2025-web-shrimp-say/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.