When you create an image, take a screenshot, take a picture with your smartphone or your computer etc, that picture is tagged with some metadata which can be used to track your location or your identity.
In which file types are these metadata applied?
Image files (scanned documents too), audio files.
What info are embeded in photos?
Camera Brand, Camera Model, GPS data, Camera Serial Number, Device Name (most of the times is your name) etc
Which devices tag these files?
Almost all. Smarphones like iPhones (3G 3GS, 4, 4S), Nokia N95, N85, smartphones with Android OS, Blackberries. Scanners, Digital Cameras, Personal Computer Screenshot tools.
Solution: EXIF TOOL
Installation of exiftool
1 |
sudo apt-get install libimage-exiftool-perl |
Using exiftool
Try
1 |
exiftool photo_with_meta.jpg |
or for multiple images.
1 |
exiftool -all= *.jpg |
Multiple images in multiple directories (recursive)
1 |
find folder_name -name "*jpg" | xargs -l -i exiftool "{}" |
Refrences:
https://en.wikipedia.org/wiki/Exchangeable_image_file_format