Exiftool
Last updated
Last updated
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
Usage
To retrieve file metadata: exiftool <filename>
To embed "sneaky!" into dpg.jpg: exiftool -Comment="sneaky!" dog.jpg
-> this creates file with embedded text called dog.jpg_original
Resources