Skip to content

Files

Latest commit

a3d3e6d · Oct 1, 2018

History

History

Forensics Warmup 2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 29, 2018
Sep 29, 2018
Oct 1, 2018

Forensics Warmup 2

Points: 50

Category

Forensics

Question

Hmm for some reason I can't open this PNG? Any ideas?

Hint

How do operating systems know what kind of file it is? (It's not just the ending!

Make sure to submit the flag as picoCTF{XXXXX}

Solution

Do file flag.png to find the actual filetype.

However, most image viewer software should be able to open the .png file without any problem.

If this doesn't work change the file extension to .jpg

Flag

picoCTF{extensions_are_a_lie}