AKu vimo
metadata can be interesting!
opened the img with notepad lol
stone-age technique lol
Thanks :D
Use exiv2 tool to print XMP metadata and pipe it to awk matching on "flag" and returning the last element of that line:
exiv2 -px pr 3UWLBAUCb9Z2.jpg | awk '/flag/ {print $NF}'
6 days ago
can be read on Windows without any additional tools :)