Exiftool
Description: used to get file metadata, can be used to extract strings from metadata
Linux Installation:
sudo apt-get install exiftool
Windows Installation: download from https://exiftool.org/
Usage
To retrieve file metadata:
exiftool <filename>
To embed "sneaky!" into dpg.jpg:
exiftool -Comment="sneaky!" dog.jpg
-> this creates file with embedded text calleddog.jpg_original
Last updated