Down Bad
Description
by Hiumee
The flag is right there!
Solution
# Let's try opening png
└─$ display ./down_bad.png # Fails To Open
└─$ pngcheck ./down_bad.png
./down_bad.png CRC error in chunk IHDR (computed 1d9c52c0, expected a9d5455b)
ERROR: ./down_bad.png
Step 1: Fix CRC



Where flag? :(
The challenge name down_bad
, word "down" and the woman downvoting us made me thing it's like Tunnel Vision from PicoCTF. Image height bytes could have been manipulated to not see some chunks. So let's try to extend the image!


Flag: TFCCTF{28ae25c96850245ffdd70a880158f9f3}
Last updated