Hashing
Extract MD5 and SHA256 hashes for every analyzed file to prove evidence integrity and support chain of custody reporting.
Forensic Metadata Intelligence
Extract file metadata, verify integrity, and generate investigator-ready reports from images and documents with a single command.
Designed for security analysts, incident responders, and digital forensics investigators who need trusted metadata, chain of custody hashes, and evidence-grade output.
Powerful forensic extraction across images, PDFs, and DOCX files with modern reporting and deep artifact detection.
Extract MD5 and SHA256 hashes for every analyzed file to prove evidence integrity and support chain of custody reporting.
Calculate Shannon entropy for each file and flag high entropy as possible encryption or compression.
Read embedded geolocation metadata from images and surface coordinates in investigator-ready reports.
Generate clean, self-contained HTML reports with styled tables, highlighted findings, and map links for GPS evidence.
Detect real file types using libmagic instead of relying on extension names, so renamed or spoofed files are caught.
Flag JPEG and PNG images that have no EXIF metadata at all, highlighting possible evidence sanitization.
Install dependencies and run the tool in a secure Python environment.
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txtpython analyzer.py sample_files\
--json --csv --htmlInspect metadata findings directly in the terminal and export evidence reports for case files.