Tags: binwalk 

Rating: 1.0

# I am many (for, 100p, 65 solved)

A rather trivial forensics/stegano challenge.
We get a png file:

![](hackover_first.png)

But if we run binwalk on this, we can see that there is another PNG file glued at the end:

![](hackover_second.png)

Original writeup (https://github.com/p4-team/ctf/tree/master/2018-10-06-hackover/for_many).