malice-plugins/fileinfo

Upgrade Exiftool for better information

tomerf-sndbox opened this issue · 6 comments

Newer Exiftool version (I've tested v11.59) has better file detection capabilities

Thank you

Thanks 👍

Further research lead me understand that there are missing optional packages that greatly boost exiftool detection

In order to add those:

  1. apt-get install file cpanminus (perl package manager)
  2. cpanm --notest File::Find Archive::Zip Compress::Raw::Zlib

Does that just allow exiftool to see inside zip files?

Thanks to @jakewarren we can now close this.