WOW.... So Meta
20 points Easy

This photo was taken by our target. See what you can find out about him from it. https://mega.nz/#!ifA2QAwQ!WF-S-MtWHugj8lx1QanGG7V91R-S1ng7dDRSV25iFbk

Flag
Rating 4.31
5
4
3
2
1

Discussion

flag{EEe_x_I_FFf}

-1
0

exiftool :)

1

flag{EEe_x_I_FFf}

-6

https://georgeom.net/StegOnline/upload helped me alot

-1
Protected
-1

metadata of image

-1
Protected
-1

its about meta data = hmmm soo meta data is data of the data use exif :>

-1
Protected
-1

Images can contain data that the owner did not want to share on purpose. Tools like imagemagick can give us this data.

sudo apt install imagemagic

identify -verbose ImageName.jpg

This gives away all the details you need. Perhaps you find what you're looking for in the properties field...

-2