DeadpoolAndObjectOrientedProgramming / icectf-2016

IceCTF 2016 repo
0 stars 0 forks source link

Stage 2 - Hidden in Plain Sight #13

Closed koddsson closed 8 years ago

koddsson commented 8 years ago

Description

Make sure you take a real close look at it, it should be right there! /home/plain_sight/ or download it here

Solution

Flag is: IceCTF{look_mom_I_found_it}

ikornaselur commented 8 years ago

This is an executable file. If you look at the assembly code for the file, you'll see the following happening in the main part of it:

photo410312618678528091

There you can see a lot of mov statements, which are moving HEX values on to al (?). Crunching those HEX values through hex -> ascii gives the following result

image