Tags: sha2017ctf
Rating:
```
# curl -q http://brokenimage.stillhackinganyway.nl
<html>
<head>
<title>Broken Image</title>
</head>
<body>
<h1>Broken Image</h1>
We tried to include this image, but it seems to be broken :(
</body>
</html>
```
```
# echo Q29uZ3JhdHVsYXRpb25zLCB0aGUgZmxhZyBpcyBmbGFne2MwNzExNjE0MzU4YTI3MTEwY2ExNTkzMDJiMTA2NzU5fQo=| base64 -d
Congratulations, the flag is flag{c0711614358a27110ca159302b106759}
```