Home IceCTF-2016 Move Along
Writeup
Cancel

Move Along

Challenge

This site seems awfully suspicious, do you think you can figure out what they’re hiding?

Solution

We get to a web page with just an image

1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
    <head>
        <title>IceCTF 2016 - Move Along</title>
        <link rel="stylesheet" type="text/css" href="css/main.css">
    </head>
    <body>
        <img src="move_along/nothing-to-see-here.jpg"></img>
    </body>
</html>

we explore a bit and find that the directory move_along has another image in it

which contains the flag

Flag

IceCTF{tH3_c4t_15_Ou7_oF_THe_b49}