The SpaceStation.jpg contains the encrypted flag in the file flag.enc. The flag is encrypted using openssl and the AES algorithm. The iv and key used for the openssl encryption command are opcodes in an executable named Bangalore that is also hidden in SpaceStation.jpg.
You will need to know just a little bit about crypto, executable file formats and assembler to solve this challenge... objdump is your friend :-)
Needed info is provided in the embedded readme file.
i cant find the .data !!!!! i found the key but the iv is still cant find it, any help ?
edited:
after a day, i found the .data and the .text
tried to openssl it and still bad decrypt
CTFlearn{A11_Y0ur_Ba5e_Are_Bel0ng_T0_Us}
bruh
Thanks!
Thanks!
i can't i've tried everything
i cant find the .data !!!!! i found the key but the iv is still cant find it, any help ?
edited:
after a day, i found the .data and the .text
tried to openssl it and still bad decrypt
First of all, nice challenge. I successfully decrypted the flag.enc file but the flag contains a space and a newline. If I try to submit this flag, it fails and says 'Incorrect flag.'. Did I miss something?
Can you send me a DM on Discord and show me more details? Also please indicate which version of openssl you are using, I know on some challenges older versions of openssl have caused problems. There is one solver so that indicates to me that everything is working as it should.
I am using openssl version 1.1.1f 31 Mar 2020
You probably need to double check your iv and key.
Thank you very much! I checked my openssl version and it seems that macOS uses LibreSSL. I changed it and did it again. It worked :-)
7 months ago
i can't i've tried everything