Digler is a forensic disk analysis and file recovery tool written in Go. Designed to unearth lost or deleted data from disk images and raw devices. Supports multiple filesystem formats, file carving, and DFXML output for digital forensics workflows. Features both a CLI tool and desktop application with plugin architecture for extensibility. Built for digital forensics investigators, incident responders, and data recovery professionals.
git clone https://github.com/ostafen/digler.git
# Install digler
go install github.com/ostafen/digler@latest
# Analyze a disk image
digler analyze --image disk.img
# Recover deleted files
digler recover --image disk.img \
--output recovered/ \
--types jpg,png,pdf,doc
# Generate DFXML report
digler report --image disk.img --format dfxml