Protected: Windows Artifacts

0 of 22 lessons complete (0%)

Analysis with exiftool

Module 6 – Analysis with exiftool

Module 6 – Analysis with exiftool

To run ExifTool from command prompt:
  • Rename exiftool(-k).exe to exiftool.exe
  • Move exiftool.exe to the C:\Windows directory
  • Run cmd
  • Type exiftool and file_name
  • Press ENTER
Command: exiftool

exiftool output can be redirected to a text file: exiftool file_name > output.txt

The entire folder output can be redirected: exiftool folder_name > output.txt

Scroll to Top