Posts
Ashiq's blog
Cancel

We’re given a binary with a description “I went to the hardware store yesterday and bought a new lock, for some reason it came on a flash drive. Can you figure out how to unlock it? I really need t...

We’re given an Android app with the hint “An app that gets the flag for you! What more could you possibly want?”. The app has 4 main buttons, and after each button press we get a “Response Code: 20...

Prehistoric mario was a reverse engineering challenge from the ALLES! CTF. We are given an APK and the hint is that we need to trigger the right boxes to get the flag. The game is a platformer with...

Tornado was a reverse engineering challenge from the Fword CTF. We are given the following Python file: #!/usr/bin/python3 from Crypto.Cipher import AES from Crypto.Util.Padding import pad from Cr...