- Author: Maxime Arthaud < [email protected] >
- Type: pwn
Hello Sir,
I work for the US Government. I have reasons to believe that the THC Crypto Bank is conducting illegal activities. And they don't pay their taxes..
One of my coworkers told me you helped us in the past. Could you do something for me? Break into their server or something?
If it can help, I heard they use some top-notch security tool..
nc localhost 5555
First, make sure you have docker installed.
Then, run make build to build the image for the challenge.
Run make export to get the files provided to the challengers. It should create a directory export containing the files.
Finally, run make run to start a container running the challenge.
You should be able to connect to localhost:5555.
Happy Hacking!
See WRITEUP.md
- cryptobank
- cryptobank.c
- libc.so.6
make build
make run
make export
Update src/flag then make build
make logs
make cleanremoves the container and the provided filesmake clean-allremoves the container, the docker image and the provided files