Rating:

This challenge was an animated gif that flashed small lines and color blotches as it looped. I figured I'd need to piece each frame together in order to see the complete image. I loaded the gif in to gimp and found that the backgrounds were solid white so I couldn't simply merge them.

I did a bit of googling and found a command that would change the white background in each frame to transparent:

`# convert persistant.gif -transparent white result.gif`

I then opened up result.gif with gimp and got the flag:

![](https://2.bp.blogspot.com/-uppBa3L8dHY/XFc9ezK-ZdI/AAAAAAAAC34/68nUH8GyGvgkccfTYB1JpfxD9S2WWyDowCLcBGAs/s320/catchme.png)

100 points

Original writeup (https://blog.welcomethrill.house/2019/02/al-capwn-evlz-ctf-20190202-20190203.html).