Exif Summarizer
Exif metadata are wonderful.
Just think about all the fields listed in the Exif standard: a great bunch of information is available for each image. When the picture was taken? And where? And what camera was used? And what were the f-stop and exposure settings? And who was the photographer? ... damn! Why the author field is always empty?
Anyway...Exif metadata are definitely marvelous.
The problem is that commonly, pictures and related metadata are too numerous and this prevents an efficient inspection of the files during a digital investigation.
So there is a need of aggregation of the information: for the picture content the problem is hard, also using machine learning algorithms. But in the case of metadata, a smart way to show them can alone lead to evidence discovery, or at least to form a suspicion!
The only requirement is to download and install the pyexiv2 module.
Then, simply run the script giving it the desired options:
-i <directory_to_scan> (mandatory)
-o <out_file_name>
-r to enable the recursion into the directories
-c to obtain a csv output
-w to obtain an html output (recommended)
-f to create a list of the photos for each camera in the html report
Special thanks to Joost de Valk for the sort-table javascript!
Comments
Post a Comment