Description
Your friend was impressed that you were able to find his secret (challenge Sesame, ouvre-toi
).
In revenge, he updates his bootloader with a new, heavily hardened configuration.
Will you be able to access his new secret?
You are provided with a dump of this new bootloader, but configured with the password FAKEPASSWORD
and without secrets.
A simpler variant of this challenge is available here: Sésame, ouvre-toi
.
Note: the password configured on the remote is strong.
Files
- docker-compose.yml
-
bootloader.bin
556.40 KiB – 190bf646fcca987512d06f6b5b63222b54d2b23601e18c714d12a13bc5d91753
Author
Challenge Instructions
- First, download docker-compose.yml:
curl https://hackropole.fr/challenges/fcsc2024-hardware-sesame-harder/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.