easy one took only 1 min
metadata can be interesting!
Nice
used grep to filter
exiftool 3UWLBAUCb9Z2.jpg
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}'
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}'
opened the img with notepad lol
stone-age technique lol
Always clear your metadata.
3 weeks ago